#7D7F69

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

Shades of Tapa #7D7F69

Tints of Tapa #7D7F69

Color information

#7D7F69 (or 0x7D7F69) is unknown color: approx Tapa. HEX triplet: 7D, 7F and 69. RGB value is (125,127,105). Sum of RGB (Red+Green+Blue) = 125+127+105=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7F69 is #828096. Grayscale: #7B7B7B. Windows color (decimal): -8552599 or 6913917. OLE color: 6913917.

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

Color convert

RGB125127105-
CMYK0.0200.170.50
HSL65.45º9.48%45.49%-
HSV(B)65.45º17.32%49.8%-
XYZ18.620.5616.35-
YUV123.89117.34128.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.01%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=35.01%
G=35.57%
B=29.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1251271050.0200.170.5065.459.4845.49
Hex7D7F692011324192d
Octal1751771512021621011155
Binary1111101111111111010011001000111001010000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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