#7D816A

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

Shades of Tapa #7D816A

Tints of Tapa #7D816A

Color information

#7D816A (or 0x7D816A) is unknown color: approx Tapa. HEX triplet: 7D, 81 and 6A. RGB value is (125,129,106). Sum of RGB (Red+Green+Blue) = 125+129+106=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 129 - color contains mainly: green. Hex color #7D816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D816A is #827E95. Grayscale: #7D7D7D. Windows color (decimal): -8552086 or 6979965. OLE color: 6979965.

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

Color convert

RGB125129106-
CMYK0.0300.180.49
HSL70.43º9.79%46.08%-
HSV(B)70.43º17.83%50.59%-
XYZ18.9121.116.71-
YUV125.18117.17127.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=34.72%
G=35.83%
B=29.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251291060.0300.180.4970.439.7946.08
Hex7D816A30123146a2e
Octal1752011523022611061256
Binary11111011000000111010101101001011000110001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,106); }

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

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

 a { background-color: rgb(125,129,106); }

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

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

 span { border-color: rgb(125,129,106); }

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