#769273

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

Shades of Davy's Grey #769273

Tints of Davy's Grey #769273

Color information

#769273 (or 0x769273) is unknown color: approx Davy's Grey. HEX triplet: 76, 92 and 73. RGB value is (118,146,115). Sum of RGB (Red+Green+Blue) = 118+146+115=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #769273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769273 is #896D8C. Grayscale: #868686. Windows color (decimal): -9006477 or 7574134. OLE color: 7574134.

HSL color Cylindrical-coordinate representation of color #769273: hue angle of 114.19º 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 #769273 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB118146115-
CMYK0.1900.210.43
HSL114.19º12.45%51.18%-
HSV(B)114.19º21.23%57.25%-
XYZ20.8425.6520.07-
YUV134.09117.22116.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=31.13%
G=38.52%
B=30.34%

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
Decimal1181461150.1900.210.43114.1912.4551.18
Hex769273130152B72c33
Octal16622216323025531621463
Binary11101101001001011100111001101010110101111100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769273; }

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

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

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

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

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

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

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

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