#72926E

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

Shades of Davy's Grey #72926E

Tints of Davy's Grey #72926E

Color information

#72926E (or 0x72926E) is unknown color: approx Davy's Grey. HEX triplet: 72, 92 and 6E. RGB value is (114,146,110). Sum of RGB (Red+Green+Blue) = 114+146+110=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #72926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72926E is #8D6D91. Grayscale: #848484. Windows color (decimal): -9268626 or 7246450. OLE color: 7246450.

HSL color Cylindrical-coordinate representation of color #72926E: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72926E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB114146110-
CMYK0.2200.250.43
HSL113.33º14.17%50.2%-
HSV(B)113.33º24.66%57.25%-
XYZ20.0325.2618.57-
YUV132.33115.4114.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=30.81%
G=39.46%
B=29.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141461100.2200.250.43113.3314.1750.2
Hex72926E160192B71e32
Octal16222215626031531611662
Binary11100101001001011011101011001100110101111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72926E; }

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

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

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

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

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

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

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

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