Html Css Color HEX #7D6160 Light Wood

📋 copy color: '#7D6160'

red 125 ◦ green 97 ◦ blue 96

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

Shades of Light Wood #7D6160

Tints of Light Wood #7D6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.5%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 39.31%
G = 30.5%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7D6160 (or 0x7D6160) is known color: Light Wood. HEX triplet: 7D, 61 and 60. RGB value is (125,97,96). Sum of RGB (Red+Green+Blue) = 125+97+96=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6160 is #829E9F. Grayscale: #696969. Windows color (decimal): -8560288 or 6316413. OLE color: 6316413.

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

Color convert

RGB 125 97 96 -
CMYK 0 0.22 0.23 0.51
HSL 2.07º 0.13% 0.43% -
HSV(B) 2.07º 0.23% 0.49% -
XYZ 14.84 13.75 12.94 -
YUV 105.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 125 97 96 0 0.22 0.23 0.51 2.07 0.13 0.43
Hex 7D 61 60 0 16 17 33 2 D 2B
Octal 175 141 140 0 26 27 63 2 15 53
Binary 1111101 1100001 1100000 0 10110 10111 110011 10 1101 101011

Color Harmonies of #7D6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6160

Black with #7D6160

Text Example


Text Example

White with #7D6160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,97,96); }

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

background-color css

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

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

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

border-color css

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

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

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