#769272

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

Shades of Davy's Grey #769272

Tints of Davy's Grey #769272

Color information

#769272 (or 0x769272) is unknown color: approx Davy's Grey. HEX triplet: 76, 92 and 72. RGB value is (118,146,114). Sum of RGB (Red+Green+Blue) = 118+146+114=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #769272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769272 is #896D8D. Grayscale: #868686. Windows color (decimal): -9006478 or 7508598. OLE color: 7508598.

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

Color convert

RGB118146114-
CMYK0.1900.220.43
HSL112.5º12.8%50.98%-
HSV(B)112.5º21.92%57.25%-
XYZ20.7925.6219.77-
YUV133.98116.72116.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=31.22%
G=38.62%
B=30.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181461140.1900.220.43112.512.850.98
Hex769272130162B70d33
Octal16622216223026531601563
Binary11101101001001011100101001101011010101111100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769272; }

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

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

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

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

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

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

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

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