#737F72

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

Shades of Davy's Grey #737F72

Tints of Davy's Grey #737F72

Color information

#737F72 (or 0x737F72) is unknown color: approx Davy's Grey. HEX triplet: 73, 7F and 72. RGB value is (115,127,114). Sum of RGB (Red+Green+Blue) = 115+127+114=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #737F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F72 is #8C808D. Grayscale: #797979. Windows color (decimal): -9207950 or 7503731. OLE color: 7503731.

HSL color Cylindrical-coordinate representation of color #737F72: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737F72 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB115127114-
CMYK0.0900.100.50
HSL115.38º5.39%47.25%-
HSV(B)115.38º10.24%49.8%-
XYZ17.720.0418.85-
YUV121.93123.52123.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=32.30%
G=35.67%
B=32.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1151271140.0900.100.50115.385.3947.25
Hex737F7290A327352f
Octal1631771621101262163557
Binary1110011111111111100101001010101100101110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737F72; }

 p { color: rgb(115,127,114); }

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

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

 a { background-color: rgb(115,127,114); }

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

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

 span { border-color: rgb(115,127,114); }

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