Html Css Color HEX #7F5F51 Spicy Mix

📋 copy color: '#7F5F51'

red 127 ◦ green 95 ◦ blue 81

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

Shades of Spicy Mix #7F5F51

Tints of Spicy Mix #7F5F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 41.91%
G = 31.35%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#7F5F51 (or 0x7F5F51) is known color: Spicy Mix. HEX triplet: 7F, 5F and 51. RGB value is (127,95,81). Sum of RGB (Red+Green+Blue) = 127+95+81=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F51 is #80A0AE. Grayscale: #676767. Windows color (decimal): -8429743 or 5332863. OLE color: 5332863.

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

Color convert

RGB 127 95 81 -
CMYK 0 0.25 0.36 0.50
HSL 18.26º 0.22% 0.41% -
HSV(B) 18.26º 0.36% 0.5% -
XYZ 14.33 13.29 9.59 -
YUV 102.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 127 95 81 0 0.25 0.36 0.50 18.26 0.22 0.41
Hex 7F 5F 51 0 19 24 32 12 16 29
Octal 177 137 121 0 31 44 62 22 26 51
Binary 1111111 1011111 1010001 0 11001 100100 110010 10010 10110 101001

Color Harmonies of #7F5F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F51

Black with #7F5F51

Text Example


Text Example

White with #7F5F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,81); }

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

background-color css

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

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

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

border-color css

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

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

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