Html Css Color HEX #788D76 Davy's Grey

📋 copy color: '#788D76'

red 120 ◦ green 141 ◦ blue 118

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

Shades of Davy's Grey #788D76

Tints of Davy's Grey #788D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 31.66%
G = 37.2%
B = 31.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#788D76 (or 0x788D76) is known color: Davy's Grey. HEX triplet: 78, 8D and 76. RGB value is (120,141,118). Sum of RGB (Red+Green+Blue) = 120+141+118=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #788D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D76 is #877289. Grayscale: #848484. Windows color (decimal): -8876682 or 7769464. OLE color: 7769464.

HSL color Cylindrical-coordinate representation of color #788D76: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788D76 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 118 -
CMYK 0.15 0 0.16 0.45
HSL 114.78º 0.09% 0.51% -
HSV(B) 114.78º 0.16% 0.55% -
XYZ 20.54 24.35 20.76 -
YUV 132.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 120 141 118 0.15 0 0.16 0.45 114.78 0.09 0.51
Hex 78 8D 76 F 0 10 2D 73 9 33
Octal 170 215 166 17 0 20 55 163 11 63
Binary 1111000 10001101 1110110 1111 0 10000 101101 1110011 1001 110011

Color Harmonies of #788D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D76

Black with #788D76

Text Example


Text Example

White with #788D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,141,118); }

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

background-color css

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

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

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

border-color css

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

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

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