#7C7A70

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

Shades of Dove Grey #7C7A70

Tints of Dove Grey #7C7A70

Color information

#7C7A70 (or 0x7C7A70) is unknown color: approx Dove Grey. HEX triplet: 7C, 7A and 70. RGB value is (124,122,112). Sum of RGB (Red+Green+Blue) = 124+122+112=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A70 is #83858F. Grayscale: #797979. Windows color (decimal): -8619408 or 7371388. OLE color: 7371388.

HSL color Cylindrical-coordinate representation of color #7C7A70: hue angle of 50º 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 #7C7A70 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB124122112-
CMYK00.020.100.51
HSL50º5.08%46.27%-
HSV(B)50º9.68%48.63%-
XYZ18.219.3718.11-
YUV121.46122.66129.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 122 (48.05% from 255) = 34.08%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=34.64%
G=34.08%
B=31.28%

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
Decimal12412211200.020.100.51505.0846.27
Hex7C7A7002A333252e
Octal17417216002126362556
Binary1111100111101011100000101010110011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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