color details

Color Details
#778789 Color Hex

#778789 color RGB value is (7, 120, 120).
#778789 hex color red value is 7, green value is 120, and blue value is 120.
Cylindrical-coordinate representations (HSL) of color #778789 hue: 180, saturation: 0.89 and lightness: 0.25.

The process color (four-color CMYK) of #778789 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #778789 is #ff9999. Color #778789 contains mainly RED.

Color Spaces
Color spaces of #778789Value
RGB119, 135, 137
HSL0.52, 0.07, 0.5
HSV187°, 13°, 54°
XYZ20.79, 23.06, 27.02
Base Numbers
Base Red Green Blue
Binary 1110111 10000111 10001001
Octal 167 207 211
Decimal 119 135 137
Hex 77 87 89

RGB Percentages for Color #778789

30.43%
34.53%
35.04%

CMYK Percentages of the Color #778789

13.14%
1.46%
46.27%
CSS Codes for Color #778789
.mybgColor {background-color: #778789;}
.myforeColor {color: #778789;}
.myborderColor {border:3px solid #778789;}
Text Font Color #778789

<p style="color:#778789">Text here</p>

This sample text is styled with the font color #778789. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #778789

<div style="background-color:#778789">Div content here</div>

The background color of this div is #778789
Border Color #778789

<div style="border:3px solid #778789">Div here</div>

The border color of this div is #778789
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(119, 135, 137, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #778789;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #778789;
-webkit-box-shadow: 1px 1px 3px #778789;
box-shadow: 1px 1px 3px #778789;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119, 135, 137, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #778789;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #778789; -webkit-box-shadow: 1px 1px 3px #778789; box-shadow: 1px 1px 3px #778789;">Div content here</div>

This div box has a shadow with a specified color. #778789

Scroll to Top