#769073

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

Shades of Davy's Grey #769073

Tints of Davy's Grey #769073

Color information

#769073 (or 0x769073) is unknown color: approx Davy's Grey. HEX triplet: 76, 90 and 73. RGB value is (118,144,115). Sum of RGB (Red+Green+Blue) = 118+144+115=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #769073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769073 is #896F8C. Grayscale: #858585. Windows color (decimal): -9006989 or 7573622. OLE color: 7573622.

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

Color convert

RGB118144115-
CMYK0.1800.200.44
HSL113.79º11.55%50.78%-
HSV(B)113.79º20.14%56.47%-
XYZ20.5425.0419.97-
YUV132.92117.89117.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=31.30%
G=38.20%
B=30.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441150.1800.200.44113.7911.5550.78
Hex769073120142C72c33
Octal16622016322024541621463
Binary11101101001000011100111001001010010110011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769073; }

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

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

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

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

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

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

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

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