Html Css Color HEX #7B6666 Light Wood

📋 copy color: '#7B6666'

red 123 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #7B6666

Tints of Light Wood #7B6666

RGB

 RED value IS 123 (48.44% from 255) = 37.61%

 GREEN value IS 102 (40.23% from 255) = 31.19%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 37.61%
G = 31.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B6666 (or 0x7B6666) is known color: Light Wood. HEX triplet: 7B, 66 and 66. RGB value is (123,102,102). Sum of RGB (Red+Green+Blue) = 123+102+102=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6666 is #849999. Grayscale: #6C6C6C. Windows color (decimal): -8690074 or 6710907. OLE color: 6710907.

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

Color convert

RGB 123 102 102 -
CMYK 0 0.17 0.17 0.52
HSL 0.09% 0.44% -
HSV(B) 0.17% 0.48% -
XYZ 15.32 14.67 14.6 -
YUV 108.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 123 102 102 0 0.17 0.17 0.52 0 0.09 0.44
Hex 7B 66 66 0 11 11 34 0 9 2C
Octal 173 146 146 0 21 21 64 0 11 54
Binary 1111011 1100110 1100110 0 10001 10001 110100 0 1001 101100

Color Harmonies of #7B6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6666

Black with #7B6666

Text Example


Text Example

White with #7B6666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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