#769373

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

Shades of Davy's Grey #769373

Tints of Davy's Grey #769373

Color information

#769373 (or 0x769373) is unknown color: approx Davy's Grey. HEX triplet: 76, 93 and 73. RGB value is (118,147,115). Sum of RGB (Red+Green+Blue) = 118+147+115=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #769373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769373 is #896C8C. Grayscale: #868686. Windows color (decimal): -9006221 or 7574390. OLE color: 7574390.

HSL color Cylindrical-coordinate representation of color #769373: hue angle of 114.38º 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 #769373 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB118147115-
CMYK0.2000.220.42
HSL114.38º12.9%51.37%-
HSV(B)114.38º21.77%57.65%-
XYZ2125.9620.12-
YUV134.68116.89116.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=31.05%
G=38.68%
B=30.26%

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
Decimal1181471150.2000.220.42114.3812.951.37
Hex769373140162A72d33
Octal16622316324026521621563
Binary11101101001001111100111010001011010101011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769373; }

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

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

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

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

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

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

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

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