#789575

Color #789575 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #789575

Tints of Davy's Grey #789575

Color information

#789575 (or 0x789575) is unknown color: approx 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

RGB120149117-
CMYK0.1900.210.42
HSL114.38º13.11%52.16%-
HSV(B)114.38º21.48%58.43%-
XYZ21.726.7720.85-
YUV136.68116.89116.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=31.09%
G=38.60%
B=30.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201491170.1900.210.42114.3813.1152.16
Hex789575130152A72d34
Octal17022516523025521621564
Binary11110001001010111101011001101010110101011100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>