#7D7F72

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

Shades of Tapa #7D7F72

Tints of Tapa #7D7F72

Color information

#7D7F72 (or 0x7D7F72) is unknown color: approx Tapa. HEX triplet: 7D, 7F and 72. RGB value is (125,127,114). Sum of RGB (Red+Green+Blue) = 125+127+114=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F72 is #82808D. Grayscale: #7C7C7C. Windows color (decimal): -8552590 or 7503741. OLE color: 7503741.

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

Color convert

RGB125127114-
CMYK0.0200.100.50
HSL69.23º5.39%47.25%-
HSV(B)69.23º10.24%49.8%-
XYZ19.0820.7518.92-
YUV124.92121.84128.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=34.15%
G=34.70%
B=31.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251271140.0200.100.5069.235.3947.25
Hex7D7F7220A324552f
Octal175177162201262105557
Binary11111011111111111001010010101100101000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,127,114); }

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

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

 a { background-color: rgb(125,127,114); }

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

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

 span { border-color: rgb(125,127,114); }

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