#7C6666

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

Shades of Light Wood #7C6666

Tints of Light Wood #7C6666

Color information

#7C6666 (or 0x7C6666) is unknown color: approx Light Wood. HEX triplet: 7C, 66 and 66. RGB value is (124,102,102). Sum of RGB (Red+Green+Blue) = 124+102+102=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6666 is #839999. Grayscale: #6C6C6C. Windows color (decimal): -8624538 or 6710908. OLE color: 6710908.

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

Color convert

RGB124102102-
CMYK00.180.180.51
HSL9.73%44.31%-
HSV(B)17.74%48.63%-
XYZ15.4614.7514.6-
YUV108.58124.29139-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=37.80%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410210200.180.180.5109.7344.31
Hex7C666601212330a2c
Octal174146146022226301254
Binary1111100110011011001100100101001011001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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