#737C72

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

Shades of Davy's Grey #737C72

Tints of Davy's Grey #737C72

Color information

#737C72 (or 0x737C72) is unknown color: approx Davy's Grey. HEX triplet: 73, 7C and 72. RGB value is (115,124,114). Sum of RGB (Red+Green+Blue) = 115+124+114=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #737C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C72 is #8C838D. Grayscale: #787878. Windows color (decimal): -9208718 or 7502963. OLE color: 7502963.

HSL color Cylindrical-coordinate representation of color #737C72: hue angle of 114º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737C72 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB115124114-
CMYK0.0700.080.51
HSL114º4.2%46.67%-
HSV(B)114º8.06%48.63%-
XYZ17.3219.2818.73-
YUV120.17124.52124.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=32.58%
G=35.13%
B=32.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151241140.0700.080.511144.246.67
Hex737C72708337242f
Octal163174162701063162457
Binary111001111111001110010111010001100111110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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