Html Css Color HEX #7F5858 Light Wood

📋 copy color: '#7F5858'

red 127 ◦ green 88 ◦ blue 88

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

Shades of Light Wood #7F5858

Tints of Light Wood #7F5858

RGB

 RED value IS 127 (50% from 255) = 41.91%

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

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

R = 41.91%
G = 29.04%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7F5858 (or 0x7F5858) is known color: Light Wood. HEX triplet: 7F, 58 and 58. RGB value is (127,88,88). Sum of RGB (Red+Green+Blue) = 127+88+88=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5858 is #80A7A7. Grayscale: #636363. Windows color (decimal): -8431528 or 5789823. OLE color: 5789823.

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

Color convert

RGB 127 88 88 -
CMYK 0 0.31 0.31 0.50
HSL 0.18% 0.42% -
HSV(B) 0.31% 0.5% -
XYZ 14 12.2 10.85 -
YUV 99.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 127 88 88 0 0.31 0.31 0.50 0 0.18 0.42
Hex 7F 58 58 0 1F 1F 32 0 12 2A
Octal 177 130 130 0 37 37 62 0 22 52
Binary 1111111 1011000 1011000 0 11111 11111 110010 0 10010 101010

Color Harmonies of #7F5858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5858

Black with #7F5858

Text Example


Text Example

White with #7F5858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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