Html Css Color HEX #789175 Davy's Grey

📋 copy color: '#789175'

red 120 ◦ green 145 ◦ blue 117

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

Shades of Davy's Grey #789175

Tints of Davy's Grey #789175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

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

R = 31.41%
G = 37.96%
B = 30.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#789175 (or 0x789175) is known color: Davy's Grey. HEX triplet: 78, 91 and 75. RGB value is (120,145,117). Sum of RGB (Red+Green+Blue) = 120+145+117=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #789175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789175 is #876E8A. Grayscale: #868686. Windows color (decimal): -8875659 or 7704952. OLE color: 7704952.

HSL color Cylindrical-coordinate representation of color #789175: hue angle of 113.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789175 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 145 117 -
CMYK 0.17 0 0.19 0.43
HSL 113.57º 0.11% 0.51% -
HSV(B) 113.57º 0.19% 0.57% -
XYZ 21.08 25.53 20.65 -
YUV 134.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 120 145 117 0.17 0 0.19 0.43 113.57 0.11 0.51
Hex 78 91 75 11 0 13 2B 72 B 33
Octal 170 221 165 21 0 23 53 162 13 63
Binary 1111000 10010001 1110101 10001 0 10011 101011 1110010 1011 110011

Color Harmonies of #789175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789175

Black with #789175

Text Example


Text Example

White with #789175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789175; }

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

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

background-color css

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

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

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

border-color css

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

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

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