#7C7A71

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

Shades of Dove Grey #7C7A71

Tints of Dove Grey #7C7A71

Color information

#7C7A71 (or 0x7C7A71) is unknown color: approx Dove Grey. HEX triplet: 7C, 7A and 71. RGB value is (124,122,113). Sum of RGB (Red+Green+Blue) = 124+122+113=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A71 is #83858E. Grayscale: #797979. Windows color (decimal): -8619407 or 7436924. OLE color: 7436924.

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

Color convert

RGB124122113-
CMYK00.020.090.51
HSL49.09º4.64%46.47%-
HSV(B)49.09º8.87%48.63%-
XYZ18.2519.418.4-
YUV121.57123.16129.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=34.54%
G=33.98%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412211300.020.090.5149.094.6446.47
Hex7C7A71029333152e
Octal17417216102116361556
Binary1111100111101011100010101001110011110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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