Html Css Color HEX #788879 Davy's Grey

📋 copy color: '#788879'

red 120 ◦ green 136 ◦ blue 121

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

Shades of Davy's Grey #788879

Tints of Davy's Grey #788879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 31.83%
G = 36.07%
B = 32.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#788879 (or 0x788879) is known color: Davy's Grey. HEX triplet: 78, 88 and 79. RGB value is (120,136,121). Sum of RGB (Red+Green+Blue) = 120+136+121=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #788879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788879 is #877786. Grayscale: #818181. Windows color (decimal): -8877959 or 7964792. OLE color: 7964792.

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

Color convert

RGB 120 136 121 -
CMYK 0.12 0 0.11 0.47
HSL 123.75º 0.06% 0.5% -
HSV(B) 123.75º 0.12% 0.53% -
XYZ 20 22.98 21.47 -
YUV 129.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 120 136 121 0.12 0 0.11 0.47 123.75 0.06 0.5
Hex 78 88 79 C 0 B 2F 7C 6 32
Octal 170 210 171 14 0 13 57 174 6 62
Binary 1111000 10001000 1111001 1100 0 1011 101111 1111100 110 110010

Color Harmonies of #788879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788879

Black with #788879

Text Example


Text Example

White with #788879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788879; }

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

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

background-color css

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

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

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

border-color css

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

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

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