Html Css Color HEX #778878 Davy's Grey

📋 copy color: '#778878'

red 119 ◦ green 136 ◦ blue 120

#778878
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #778878

Tints of Davy's Grey #778878

RGB

 RED value IS 119 (46.88% from 255) = 31.73%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 31.73%
G = 36.27%
B = 32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#778878 (or 0x778878) is known color: Davy's Grey. HEX triplet: 77, 88 and 78. RGB value is (119,136,120). Sum of RGB (Red+Green+Blue) = 119+136+120=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #778878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778878 is #887787. Grayscale: #818181. Windows color (decimal): -8943496 or 7899255. OLE color: 7899255.

HSL color Cylindrical-coordinate representation of color #778878: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778878 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 136 120 -
CMYK 0.12 0 0.12 0.47
HSL 123.53º 0.07% 0.5% -
HSV(B) 123.53º 0.13% 0.53% -
XYZ 19.8 22.89 21.14 -
YUV 129.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 119 136 120 0.12 0 0.12 0.47 123.53 0.07 0.5
Hex 77 88 78 C 0 C 2F 7C 7 32
Octal 167 210 170 14 0 14 57 174 7 62
Binary 1110111 10001000 1111000 1100 0 1100 101111 1111100 111 110010

Color Harmonies of #778878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778878

Black with #778878

Text Example


Text Example

White with #778878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778878; }

 p { color: rgb(119,136,120); }

 H1.HeaderClassName
 {
   color: #778878;
 }
 .AnyTagClassName
 {
   color: #778878;
 }
</style>

background-color css

<style>
 a { background-color: #778878; }

 a { background-color: rgb(119,136,120); }

 div.DivClassName
 {
   background-color: #778878;
 }
 .BgClassName
 {
   background-color: #778878;
 }
</style>

border-color css

<style>
 span { border-color: #778878; }

 span { border-color: rgb(119,136,120); }

 td.TdClassName
 {
   border-color: #778878;
 }
 .TagClassName
 {
   border-color: #778878;
 }
</style>