#7F5C4B

Color #7F5C4B Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #7F5C4B

Tints of Spicy Mix #7F5C4B

Color information

#7F5C4B (or 0x7F5C4B) is unknown color: approx Spicy Mix. HEX triplet: 7F, 5C and 4B. RGB value is (127,92,75). Sum of RGB (Red+Green+Blue) = 127+92+75=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5C4B is #80A3B4. Grayscale: #646464. Windows color (decimal): -8430517 or 4938879. OLE color: 4938879.

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

Color convert

RGB1279275-
CMYK00.280.410.50
HSL19.62º25.74%39.61%-
HSV(B)19.62º40.94%49.8%-
XYZ13.8512.678.37-
YUV100.53113.6146.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.20%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=43.20%
G=31.29%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127927500.280.410.5019.6225.7439.61
Hex7F5C4B01C2932141a28
Octal1771341130345162243250
Binary1111111101110010010110111001010011100101010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,75); }

 H1.HeaderClassName
 {
   color: #7F5C4B;
 }
 .AnyTagClassName
 {
   color: #7F5C4B;
 }
</style>
background-color css

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

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

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

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

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

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