Html Css Color HEX #7D6666 Light Wood

📋 copy color: '#7D6666'

red 125 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #7D6666

Tints of Light Wood #7D6666

RGB

 RED value IS 125 (49.22% from 255) = 37.99%

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

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

R = 37.99%
G = 31%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7D6666 (or 0x7D6666) is known color: Light Wood. HEX triplet: 7D, 66 and 66. RGB value is (125,102,102). Sum of RGB (Red+Green+Blue) = 125+102+102=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6666 is #829999. Grayscale: #6C6C6C. Windows color (decimal): -8559002 or 6710909. OLE color: 6710909.

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

Color convert

RGB 125 102 102 -
CMYK 0 0.18 0.18 0.51
HSL 0.1% 0.45% -
HSV(B) 0.18% 0.49% -
XYZ 15.61 14.82 14.61 -
YUV 108.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 125 102 102 0 0.18 0.18 0.51 0 0.1 0.45
Hex 7D 66 66 0 12 12 33 0 A 2D
Octal 175 146 146 0 22 22 63 0 12 55
Binary 1111101 1100110 1100110 0 10010 10010 110011 0 1010 101101

Color Harmonies of #7D6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6666

Black with #7D6666

Text Example


Text Example

White with #7D6666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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