#769372

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

Shades of Davy's Grey #769372

Tints of Davy's Grey #769372

Color information

#769372 (or 0x769372) is unknown color: approx Davy's Grey. HEX triplet: 76, 93 and 72. RGB value is (118,147,114). Sum of RGB (Red+Green+Blue) = 118+147+114=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #769372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769372 is #896C8D. Grayscale: #868686. Windows color (decimal): -9006222 or 7508854. OLE color: 7508854.

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

Color convert

RGB118147114-
CMYK0.2000.220.42
HSL112.73º13.25%51.18%-
HSV(B)112.73º22.45%57.65%-
XYZ20.9425.9319.82-
YUV134.57116.39116.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=31.13%
G=38.79%
B=30.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471140.2000.220.42112.7313.2551.18
Hex769372140162A71d33
Octal16622316224026521611563
Binary11101101001001111100101010001011010101011100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769372; }

 p { color: rgb(118,147,114); }

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

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

 a { background-color: rgb(118,147,114); }

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

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

 span { border-color: rgb(118,147,114); }

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