Html Css Color HEX #7F5E46 Dark Wood

📋 copy color: '#7F5E46'

red 127 ◦ green 94 ◦ blue 70

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

Shades of Dark Wood #7F5E46

Tints of Dark Wood #7F5E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.3%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 43.64%
G = 32.3%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F5E46 (or 0x7F5E46) is known color: Dark Wood. HEX triplet: 7F, 5E and 46. RGB value is (127,94,70). Sum of RGB (Red+Green+Blue) = 127+94+70=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5E46 is #80A1B9. Grayscale: #656565. Windows color (decimal): -8430010 or 4611711. OLE color: 4611711.

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

Color convert

RGB 127 94 70 -
CMYK 0 0.26 0.45 0.50
HSL 25.26º 0.29% 0.39% -
HSV(B) 25.26º 0.45% 0.5% -
XYZ 13.86 12.96 7.57 -
YUV 101.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 127 94 70 0 0.26 0.45 0.50 25.26 0.29 0.39
Hex 7F 5E 46 0 1A 2D 32 19 1D 27
Octal 177 136 106 0 32 55 62 31 35 47
Binary 1111111 1011110 1000110 0 11010 101101 110010 11001 11101 100111

Color Harmonies of #7F5E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E46

Black with #7F5E46

Text Example


Text Example

White with #7F5E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,70); }

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

background-color css

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

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

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

border-color css

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

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

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