Html Css Color HEX #7F5D4F Spicy Mix

📋 copy color: '#7F5D4F'

red 127 ◦ green 93 ◦ blue 79

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

Shades of Spicy Mix #7F5D4F

Tints of Spicy Mix #7F5D4F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

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

R = 42.47%
G = 31.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F5D4F (or 0x7F5D4F) is known color: Spicy Mix. HEX triplet: 7F, 5D and 4F. RGB value is (127,93,79). Sum of RGB (Red+Green+Blue) = 127+93+79=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5D4F is #80A2B0. Grayscale: #656565. Windows color (decimal): -8430257 or 5201279. OLE color: 5201279.

HSL color Cylindrical-coordinate representation of color #7F5D4F: hue angle of 17.5º 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 #7F5D4F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 93 79 -
CMYK 0 0.27 0.38 0.50
HSL 17.5º 0.23% 0.4% -
HSV(B) 17.5º 0.38% 0.5% -
XYZ 14.08 12.91 9.15 -
YUV 101.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 127 93 79 0 0.27 0.38 0.50 17.5 0.23 0.4
Hex 7F 5D 4F 0 1B 26 32 12 17 28
Octal 177 135 117 0 33 46 62 22 27 50
Binary 1111111 1011101 1001111 0 11011 100110 110010 10010 10111 101000

Color Harmonies of #7F5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5D4F

Black with #7F5D4F

Text Example


Text Example

White with #7F5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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