Html Css Color HEX #7D5957 Light Wood

📋 copy color: '#7D5957'

red 125 ◦ green 89 ◦ blue 87

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

Shades of Light Wood #7D5957

Tints of Light Wood #7D5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 87 (34.38% from 255) = 28.9%

R = 41.53%
G = 29.57%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D5957 (or 0x7D5957) is known color: Light Wood. HEX triplet: 7D, 59 and 57. RGB value is (125,89,87). Sum of RGB (Red+Green+Blue) = 125+89+87=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5957 is #82A6A8. Grayscale: #636363. Windows color (decimal): -8562345 or 5724541. OLE color: 5724541.

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

Color convert

RGB 125 89 87 -
CMYK 0 0.29 0.30 0.51
HSL 3.16º 0.18% 0.42% -
HSV(B) 3.16º 0.3% 0.49% -
XYZ 13.75 12.19 10.65 -
YUV 99.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 125 89 87 0 0.29 0.30 0.51 3.16 0.18 0.42
Hex 7D 59 57 0 1D 1E 33 3 12 2A
Octal 175 131 127 0 35 36 63 3 22 52
Binary 1111101 1011001 1010111 0 11101 11110 110011 11 10010 101010

Color Harmonies of #7D5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5957

Black with #7D5957

Text Example


Text Example

White with #7D5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,87); }

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

background-color css

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

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

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

border-color css

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

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

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