#789375

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

Shades of Davy's Grey #789375

Tints of Davy's Grey #789375

Color information

#789375 (or 0x789375) is unknown color: approx Davy's Grey. HEX triplet: 78, 93 and 75. RGB value is (120,147,117). Sum of RGB (Red+Green+Blue) = 120+147+117=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #789375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789375 is #876C8A. Grayscale: #878787. Windows color (decimal): -8875147 or 7705464. OLE color: 7705464.

HSL color Cylindrical-coordinate representation of color #789375: hue angle of 114º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789375 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB120147117-
CMYK0.1800.200.42
HSL114º12.2%51.76%-
HSV(B)114º20.41%57.65%-
XYZ21.3926.1420.75-
YUV135.51117.55116.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=31.25%
G=38.28%
B=30.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471170.1800.200.4211412.251.76
Hex789375120142A72c34
Octal17022316522024521621464
Binary11110001001001111101011001001010010101011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789375; }

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

 H1.HeaderClassName
 {
   color: #789375;
 }
 .AnyTagClassName
 {
   color: #789375;
 }
</style>
background-color css

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

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

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

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

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

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