Html Css Color HEX #766262 Light Wood

📋 copy color: '#766262'

red 118 ◦ green 98 ◦ blue 98

#766262
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Wood #766262

Tints of Light Wood #766262

RGB

 RED value IS 118 (46.48% from 255) = 37.58%

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 37.58%
G = 31.21%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#766262 (or 0x766262) is known color: Light Wood. HEX triplet: 76, 62 and 62. RGB value is (118,98,98). Sum of RGB (Red+Green+Blue) = 118+98+98=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766262 is #899D9D. Grayscale: #686868. Windows color (decimal): -9018782 or 6447734. OLE color: 6447734.

HSL color Cylindrical-coordinate representation of color #766262: hue angle of 0º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766262 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 98 -
CMYK 0 0.17 0.17 0.54
HSL 0.09% 0.42% -
HSV(B) 0.17% 0.46% -
XYZ 14.04 13.47 13.41 -
YUV 103.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 118 98 98 0 0.17 0.17 0.54 0 0.09 0.42
Hex 76 62 62 0 11 11 36 0 9 2A
Octal 166 142 142 0 21 21 66 0 11 52
Binary 1110110 1100010 1100010 0 10001 10001 110110 0 1001 101010

Color Harmonies of #766262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766262

Black with #766262

Text Example


Text Example

White with #766262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766262; }

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

 H1.HeaderClassName
 {
   color: #766262;
 }
 .AnyTagClassName
 {
   color: #766262;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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