Html Css Color HEX #788E75 Davy's Grey

📋 copy color: '#788E75'

red 120 ◦ green 142 ◦ blue 117

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

Shades of Davy's Grey #788E75

Tints of Davy's Grey #788E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 31.66%
G = 37.47%
B = 30.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#788E75 (or 0x788E75) is known color: Davy's Grey. HEX triplet: 78, 8E and 75. RGB value is (120,142,117). Sum of RGB (Red+Green+Blue) = 120+142+117=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #788E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E75 is #87718A. Grayscale: #848484. Windows color (decimal): -8876427 or 7704184. OLE color: 7704184.

HSL color Cylindrical-coordinate representation of color #788E75: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788E75 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 117 -
CMYK 0.15 0 0.18 0.44
HSL 112.8º 0.1% 0.51% -
HSV(B) 112.8º 0.18% 0.56% -
XYZ 20.63 24.62 20.5 -
YUV 132.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 120 142 117 0.15 0 0.18 0.44 112.8 0.1 0.51
Hex 78 8E 75 F 0 12 2C 71 A 33
Octal 170 216 165 17 0 22 54 161 12 63
Binary 1111000 10001110 1110101 1111 0 10010 101100 1110001 1010 110011

Color Harmonies of #788E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E75

Black with #788E75

Text Example


Text Example

White with #788E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,142,117); }

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

background-color css

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

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

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

border-color css

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

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

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