Html Css Color HEX #7D5858 Light Wood

📋 copy color: '#7D5858'

red 125 ◦ green 88 ◦ blue 88

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

Shades of Light Wood #7D5858

Tints of Light Wood #7D5858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 88 (34.77% from 255) = 29.24%

R = 41.53%
G = 29.24%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D5858 (or 0x7D5858) is known color: Light Wood. HEX triplet: 7D, 58 and 58. RGB value is (125,88,88). Sum of RGB (Red+Green+Blue) = 125+88+88=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5858 is #82A7A7. Grayscale: #636363. Windows color (decimal): -8562600 or 5789821. OLE color: 5789821.

HSL color Cylindrical-coordinate representation of color #7D5858: hue angle of 0º degrees, saturation: 0.17, 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 #7D5858 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 88 88 -
CMYK 0 0.30 0.30 0.51
HSL 0.17% 0.42% -
HSV(B) 0.3% 0.49% -
XYZ 13.71 12.04 10.83 -
YUV 99.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 125 88 88 0 0.30 0.30 0.51 0 0.17 0.42
Hex 7D 58 58 0 1E 1E 33 0 11 2A
Octal 175 130 130 0 36 36 63 0 21 52
Binary 1111101 1011000 1011000 0 11110 11110 110011 0 10001 101010

Color Harmonies of #7D5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5858

Black with #7D5858

Text Example


Text Example

White with #7D5858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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