Html Css Color HEX #788A79 Davy's Grey

📋 copy color: '#788A79'

red 120 ◦ green 138 ◦ blue 121

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

Shades of Davy's Grey #788A79

Tints of Davy's Grey #788A79

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.41%

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

R = 31.66%
G = 36.41%
B = 31.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#788A79 (or 0x788A79) is known color: Davy's Grey. HEX triplet: 78, 8A and 79. RGB value is (120,138,121). Sum of RGB (Red+Green+Blue) = 120+138+121=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 138 - color contains mainly: green. Hex color #788A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A79 is #877586. Grayscale: #828282. Windows color (decimal): -8877447 or 7965304. OLE color: 7965304.

HSL color Cylindrical-coordinate representation of color #788A79: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A79 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 121 -
CMYK 0.13 0 0.12 0.46
HSL 123.33º 0.07% 0.51% -
HSV(B) 123.33º 0.13% 0.54% -
XYZ 20.29 23.55 21.57 -
YUV 130.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 120 138 121 0.13 0 0.12 0.46 123.33 0.07 0.51
Hex 78 8A 79 D 0 C 2E 7B 7 33
Octal 170 212 171 15 0 14 56 173 7 63
Binary 1111000 10001010 1111001 1101 0 1100 101110 1111011 111 110011

Color Harmonies of #788A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A79

Black with #788A79

Text Example


Text Example

White with #788A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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