Html Css Color HEX #788D75 Davy's Grey

📋 copy color: '#788D75'

red 120 ◦ green 141 ◦ blue 117

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

Shades of Davy's Grey #788D75

Tints of Davy's Grey #788D75

RGB

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

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

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

R = 31.75%
G = 37.3%
B = 30.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#788D75 (or 0x788D75) is known color: Davy's Grey. HEX triplet: 78, 8D and 75. RGB value is (120,141,117). Sum of RGB (Red+Green+Blue) = 120+141+117=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #788D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D75 is #87728A. Grayscale: #848484. Windows color (decimal): -8876683 or 7703928. OLE color: 7703928.

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

Color convert

RGB 120 141 117 -
CMYK 0.15 0 0.17 0.45
HSL 112.5º 0.1% 0.51% -
HSV(B) 112.5º 0.17% 0.55% -
XYZ 20.48 24.33 20.45 -
YUV 131.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 120 141 117 0.15 0 0.17 0.45 112.5 0.1 0.51
Hex 78 8D 75 F 0 11 2D 70 A 33
Octal 170 215 165 17 0 21 55 160 12 63
Binary 1111000 10001101 1110101 1111 0 10001 101101 1110000 1010 110011

Color Harmonies of #788D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D75

Black with #788D75

Text Example


Text Example

White with #788D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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