#7E7B70

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

Shades of Dove Grey #7E7B70

Tints of Dove Grey #7E7B70

Color information

#7E7B70 (or 0x7E7B70) is unknown color: approx Dove Grey. HEX triplet: 7E, 7B and 70. RGB value is (126,123,112). Sum of RGB (Red+Green+Blue) = 126+123+112=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7B70 is #81848F. Grayscale: #7A7A7A. Windows color (decimal): -8488080 or 7371646. OLE color: 7371646.

HSL color Cylindrical-coordinate representation of color #7E7B70: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E7B70 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB126123112-
CMYK00.020.110.51
HSL47.14º5.88%46.67%-
HSV(B)47.14º11.11%49.41%-
XYZ18.6119.7718.16-
YUV122.64121.99130.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=34.90%
G=34.07%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12612311200.020.110.5147.145.8846.67
Hex7E7B7002B332f62f
Octal17617316002136357657
Binary1111110111101111100000101011110011101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E7B70; }

 p { color: rgb(126,123,112); }

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

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

 a { background-color: rgb(126,123,112); }

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

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

 span { border-color: rgb(126,123,112); }

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