Html Css Color HEX #788878 Davy's Grey

📋 copy color: '#788878'

red 120 ◦ green 136 ◦ blue 120

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

Shades of Davy's Grey #788878

Tints of Davy's Grey #788878

RGB

 RED value IS 120 (47.27% from 255) = 31.91%

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

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

R = 31.91%
G = 36.17%
B = 31.91%

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

#788878 (or 0x788878) is known color: Davy's Grey. HEX triplet: 78, 88 and 78. RGB value is (120,136,120). Sum of RGB (Red+Green+Blue) = 120+136+120=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #788878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788878 is #877787. Grayscale: #818181. Windows color (decimal): -8877960 or 7899256. OLE color: 7899256.

HSL color Cylindrical-coordinate representation of color #788878: hue angle of 120º degrees, saturation: 0.06, 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 #788878 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 120 -
CMYK 0.12 0 0.12 0.47
HSL 120º 0.06% 0.5% -
HSV(B) 120º 0.12% 0.53% -
XYZ 19.94 22.96 21.15 -
YUV 129.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 120 136 120 0.12 0 0.12 0.47 120 0.06 0.5
Hex 78 88 78 C 0 C 2F 78 6 32
Octal 170 210 170 14 0 14 57 170 6 62
Binary 1111000 10001000 1111000 1100 0 1100 101111 1111000 110 110010

Color Harmonies of #788878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788878

Black with #788878

Text Example


Text Example

White with #788878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788878; }

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

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

background-color css

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

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

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

border-color css

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

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

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