#7F6362

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

Shades of Light Wood #7F6362

Tints of Light Wood #7F6362

Color information

#7F6362 (or 0x7F6362) is unknown color: approx Light Wood. HEX triplet: 7F, 63 and 62. RGB value is (127,99,98). Sum of RGB (Red+Green+Blue) = 127+99+98=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6362 is #809C9D. Grayscale: #6B6B6B. Windows color (decimal): -8428702 or 6447999. OLE color: 6447999.

HSL color Cylindrical-coordinate representation of color #7F6362: hue angle of 2.07º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6362 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1279998-
CMYK00.220.230.50
HSL2.07º12.89%44.12%-
HSV(B)2.07º22.83%49.8%-
XYZ15.4214.3213.51-
YUV107.26122.78142.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=39.20%
G=30.56%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127999800.220.230.502.0712.8944.12
Hex7F636201617322d2c
Octal177143142026276221554
Binary11111111100011110001001011010111110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,98); }

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

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

 a { background-color: rgb(127,99,98); }

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

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

 span { border-color: rgb(127,99,98); }

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