#776262

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

Shades of Light Wood #776262

Tints of Light Wood #776262

Color information

#776262 (or 0x776262) is unknown color: approx Light Wood. HEX triplet: 77, 62 and 62. RGB value is (119,98,98). Sum of RGB (Red+Green+Blue) = 119+98+98=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #776262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776262 is #889D9D. Grayscale: #686868. Windows color (decimal): -8953246 or 6447735. OLE color: 6447735.

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

Color convert

RGB1199898-
CMYK00.180.180.53
HSL9.68%42.55%-
HSV(B)17.65%46.67%-
XYZ14.1813.5413.42-
YUV104.28124.46138.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=37.78%
G=31.11%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119989800.180.180.5309.6842.55
Hex77626201212350a2b
Octal167142142022226501253
Binary1110111110001011000100100101001011010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776262; }

 p { color: rgb(119,98,98); }

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

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

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

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

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

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

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