#7C7970

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

Shades of Dove Grey #7C7970

Tints of Dove Grey #7C7970

Color information

#7C7970 (or 0x7C7970) is unknown color: approx Dove Grey. HEX triplet: 7C, 79 and 70. RGB value is (124,121,112). Sum of RGB (Red+Green+Blue) = 124+121+112=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7970 is #83868F. Grayscale: #787878. Windows color (decimal): -8619664 or 7371132. OLE color: 7371132.

HSL color Cylindrical-coordinate representation of color #7C7970: hue angle of 45º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C7970 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB124121112-
CMYK00.020.100.51
HSL45º5.08%46.27%-
HSV(B)45º9.68%48.63%-
XYZ18.0719.1318.07-
YUV120.87122.99130.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=34.73%
G=33.89%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412111200.020.100.51455.0846.27
Hex7C797002A332d52e
Octal17417116002126355556
Binary1111100111100111100000101010110011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,121,112); }

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

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

 a { background-color: rgb(124,121,112); }

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

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

 span { border-color: rgb(124,121,112); }

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