#747370

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

Shades of Dove Grey #747370

Tints of Dove Grey #747370

Color information

#747370 (or 0x747370) is unknown color: approx Dove Grey. HEX triplet: 74, 73 and 70. RGB value is (116,115,112). Sum of RGB (Red+Green+Blue) = 116+115+112=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 116 - color contains mainly: red. Hex color #747370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747370 is #8B8C8F. Grayscale: #727272. Windows color (decimal): -9145488 or 7369588. OLE color: 7369588.

HSL color Cylindrical-coordinate representation of color #747370: hue angle of 45º degrees, saturation: 0.02, 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 #747370 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB116115112-
CMYK00.010.030.55
HSL45º1.75%44.71%-
HSV(B)45º3.45%45.49%-
XYZ16.2617.1417.78-
YUV114.96126.33128.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=33.82%
G=33.53%
B=32.65%

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
Decimal11611511200.010.030.55451.7544.71
Hex747370013372d22d
Octal1641631600136755255
Binary111010011100111110000011111011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747370; }

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

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

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

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

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

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

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

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