Html Css Color HEX #789575 Davy's Grey

📋 copy color: '#789575'

red 120 ◦ green 149 ◦ blue 117

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

Shades of Davy's Grey #789575

Tints of Davy's Grey #789575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 31.09%
G = 38.6%
B = 30.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#789575 (or 0x789575) is known color: Davy's Grey. HEX triplet: 78, 95 and 75. RGB value is (120,149,117). Sum of RGB (Red+Green+Blue) = 120+149+117=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #789575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789575 is #876A8A. Grayscale: #888888. Windows color (decimal): -8874635 or 7705976. OLE color: 7705976.

HSL color Cylindrical-coordinate representation of color #789575: hue angle of 114.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789575 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 117 -
CMYK 0.19 0 0.21 0.42
HSL 114.38º 0.13% 0.52% -
HSV(B) 114.38º 0.21% 0.58% -
XYZ 21.7 26.77 20.85 -
YUV 136.68 116.89 116.1 -
System Red Green Blue C M Y K H S L
Decimal 120 149 117 0.19 0 0.21 0.42 114.38 0.13 0.52
Hex 78 95 75 13 0 15 2A 72 D 34
Octal 170 225 165 23 0 25 52 162 15 64
Binary 1111000 10010101 1110101 10011 0 10101 101010 1110010 1101 110100

Color Harmonies of #789575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789575

Black with #789575

Text Example


Text Example

White with #789575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789575; }

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

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

background-color css

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

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

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

border-color css

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

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

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