#737270

Color #737270 Dove Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dove Grey #737270

Tints of Dove Grey #737270

Color information

#737270 (or 0x737270) is unknown color: approx Dove Grey. HEX triplet: 73, 72 and 70. RGB value is (115,114,112). Sum of RGB (Red+Green+Blue) = 115+114+112=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 115 - color contains mainly: red. Hex color #737270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737270 is #8C8D8F. Grayscale: #727272. Windows color (decimal): -9211280 or 7369331. OLE color: 7369331.

HSL color Cylindrical-coordinate representation of color #737270: hue angle of 40º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #737270 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB115114112-
CMYK00.010.030.55
HSL40º1.32%44.51%-
HSV(B)40º2.61%45.1%-
XYZ16.0116.8517.74-
YUV114.07126.83128.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=33.72%
G=33.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411200.010.030.55401.3244.51
Hex737270013372812d
Octal1631621600136750155
Binary11100111110010111000001111101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737270; }

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

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

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

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

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

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

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

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