#7F7C70

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

Shades of Dove Grey #7F7C70

Tints of Dove Grey #7F7C70

Color information

#7F7C70 (or 0x7F7C70) is unknown color: approx Dove Grey. HEX triplet: 7F, 7C and 70. RGB value is (127,124,112). Sum of RGB (Red+Green+Blue) = 127+124+112=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C70 is #80838F. Grayscale: #7B7B7B. Windows color (decimal): -8422288 or 7371903. OLE color: 7371903.

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

Color convert

RGB127124112-
CMYK00.020.120.50
HSL48º6.28%46.86%-
HSV(B)48º11.81%49.8%-
XYZ18.8820.118.21-
YUV123.53121.49130.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.99%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=34.99%
G=34.16%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712411200.020.120.50486.2846.86
Hex7F7C7002C323062f
Octal17717416002146260657
Binary1111111111110011100000101100110010110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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