#769173

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

Shades of Davy's Grey #769173

Tints of Davy's Grey #769173

Color information

#769173 (or 0x769173) is unknown color: approx Davy's Grey. HEX triplet: 76, 91 and 73. RGB value is (118,145,115). Sum of RGB (Red+Green+Blue) = 118+145+115=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #769173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769173 is #896E8C. Grayscale: #858585. Windows color (decimal): -9006733 or 7573878. OLE color: 7573878.

HSL color Cylindrical-coordinate representation of color #769173: hue angle of 114º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769173 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB118145115-
CMYK0.1900.210.43
HSL114º12%50.98%-
HSV(B)114º20.69%56.86%-
XYZ20.6925.3420.02-
YUV133.51117.55116.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=31.22%
G=38.36%
B=30.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451150.1900.210.431141250.98
Hex769173130152B72c33
Octal16622116323025531621463
Binary11101101001000111100111001101010110101111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769173; }

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

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

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

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

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

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

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

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