#7A6565

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

Shades of Light Wood #7A6565

Tints of Light Wood #7A6565

Color information

#7A6565 (or 0x7A6565) is unknown color: approx Light Wood. HEX triplet: 7A, 65 and 65. RGB value is (122,101,101). Sum of RGB (Red+Green+Blue) = 122+101+101=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6565 is #859A9A. Grayscale: #6B6B6B. Windows color (decimal): -8755867 or 6645114. OLE color: 6645114.

HSL color Cylindrical-coordinate representation of color #7A6565: 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.17%. Process color model (Four color, CMYK) of #7A6565 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB122101101-
CMYK00.170.170.52
HSL9.42%43.73%-
HSV(B)17.21%47.84%-
XYZ15.0314.3814.3-
YUV107.28124.46138.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=37.65%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12210110100.170.170.5209.4243.73
Hex7A65650111134092c
Octal172145145021216401154
Binary1111010110010111001010100011000111010001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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