Html Css Color HEX #7F5E4F Spicy Mix

📋 copy color: '#7F5E4F'

red 127 ◦ green 94 ◦ blue 79

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

Shades of Spicy Mix #7F5E4F

Tints of Spicy Mix #7F5E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 42.33%
G = 31.33%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F5E4F (or 0x7F5E4F) is known color: Spicy Mix. HEX triplet: 7F, 5E and 4F. RGB value is (127,94,79). Sum of RGB (Red+Green+Blue) = 127+94+79=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E4F is #80A1B0. Grayscale: #666666. Windows color (decimal): -8430001 or 5201535. OLE color: 5201535.

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

Color convert

RGB 127 94 79 -
CMYK 0 0.26 0.38 0.50
HSL 18.75º 0.23% 0.4% -
HSV(B) 18.75º 0.38% 0.5% -
XYZ 14.17 13.08 9.18 -
YUV 102.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 127 94 79 0 0.26 0.38 0.50 18.75 0.23 0.4
Hex 7F 5E 4F 0 1A 26 32 13 17 28
Octal 177 136 117 0 32 46 62 23 27 50
Binary 1111111 1011110 1001111 0 11010 100110 110010 10011 10111 101000

Color Harmonies of #7F5E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E4F

Black with #7F5E4F

Text Example


Text Example

White with #7F5E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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