#789676

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

Shades of Davy's Grey #789676

Tints of Davy's Grey #789676

Color information

#789676 (or 0x789676) is unknown color: approx Davy's Grey. HEX triplet: 78, 96 and 76. RGB value is (120,150,118). Sum of RGB (Red+Green+Blue) = 120+150+118=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #789676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789676 is #876989. Grayscale: #898989. Windows color (decimal): -8874378 or 7771768. OLE color: 7771768.

HSL color Cylindrical-coordinate representation of color #789676: hue angle of 116.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789676 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB120150118-
CMYK0.2000.210.41
HSL116.25º13.22%52.55%-
HSV(B)116.25º21.33%58.82%-
XYZ21.9227.1121.22-
YUV137.38117.06115.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=30.93%
G=38.66%
B=30.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501180.2000.210.41116.2513.2252.55
Hex789676140152974d35
Octal17022616624025511641565
Binary11110001001011011101101010001010110100111101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789676; }

 p { color: rgb(120,150,118); }

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

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

 a { background-color: rgb(120,150,118); }

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

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

 span { border-color: rgb(120,150,118); }

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