#7A6666

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

Shades of Light Wood #7A6666

Tints of Light Wood #7A6666

Color information

#7A6666 (or 0x7A6666) is unknown color: approx Light Wood. HEX triplet: 7A, 66 and 66. RGB value is (122,102,102). Sum of RGB (Red+Green+Blue) = 122+102+102=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6666 is #859999. Grayscale: #6C6C6C. Windows color (decimal): -8755610 or 6710906. OLE color: 6710906.

HSL color Cylindrical-coordinate representation of color #7A6666: hue angle of 0º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A6666 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB122102102-
CMYK00.160.160.52
HSL8.93%43.92%-
HSV(B)16.39%47.84%-
XYZ15.1814.614.59-
YUV107.98124.63138-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=37.42%
G=31.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210210200.160.160.5208.9343.92
Hex7A66660101034092c
Octal172146146020206401154
Binary1111010110011011001100100001000011010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,102,102); }

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

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

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

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

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

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

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