Html Css Color HEX #7D5B59 Light Wood

📋 copy color: '#7D5B59'

red 125 ◦ green 91 ◦ blue 89

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

Shades of Light Wood #7D5B59

Tints of Light Wood #7D5B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.84%

 BLUE value IS 89 (35.16% from 255) = 29.18%

R = 40.98%
G = 29.84%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D5B59 (or 0x7D5B59) is known color: Light Wood. HEX triplet: 7D, 5B and 59. RGB value is (125,91,89). Sum of RGB (Red+Green+Blue) = 125+91+89=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5B59 is #82A4A6. Grayscale: #646464. Windows color (decimal): -8561831 or 5856125. OLE color: 5856125.

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

Color convert

RGB 125 91 89 -
CMYK 0 0.27 0.29 0.51
HSL 3.33º 0.17% 0.42% -
HSV(B) 3.33º 0.29% 0.49% -
XYZ 14 12.56 11.14 -
YUV 100.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 125 91 89 0 0.27 0.29 0.51 3.33 0.17 0.42
Hex 7D 5B 59 0 1B 1D 33 3 11 2A
Octal 175 133 131 0 33 35 63 3 21 52
Binary 1111101 1011011 1011001 0 11011 11101 110011 11 10001 101010

Color Harmonies of #7D5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5B59

Black with #7D5B59

Text Example


Text Example

White with #7D5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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