#7F323F

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

Shades of Paprika #7F323F

Tints of Paprika #7F323F

Color information

#7F323F (or 0x7F323F) is unknown color: approx Paprika. HEX triplet: 7F, 32 and 3F. RGB value is (127,50,63). Sum of RGB (Red+Green+Blue) = 127+50+63=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323F is #80CDC0. Grayscale: #4A4A4A. Windows color (decimal): -8441281 or 4141695. OLE color: 4141695.

HSL color Cylindrical-coordinate representation of color #7F323F: hue angle of 349.87º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F323F is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB1275063-
CMYK00.610.500.50
HSL349.87º43.5%34.71%-
HSV(B)349.87º60.63%49.8%-
XYZ10.797.155.51-
YUV74.5121.51165.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 63 (25% from 255) = 26.25%
R=52.92%
G=20.83%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127506300.610.500.50349.8743.534.71
Hex7F323F03D323215e2c23
Octal177627707562625365443
Binary11111111100101111110111101110010110010101011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,63); }

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

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

 a { background-color: rgb(127,50,63); }

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

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

 span { border-color: rgb(127,50,63); }

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