#7F323E

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

Shades of Paprika #7F323E

Tints of Paprika #7F323E

Color information

#7F323E (or 0x7F323E) is unknown color: approx Paprika. HEX triplet: 7F, 32 and 3E. RGB value is (127,50,62). Sum of RGB (Red+Green+Blue) = 127+50+62=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323E is #80CDC1. Grayscale: #4A4A4A. Windows color (decimal): -8441282 or 4076159. OLE color: 4076159.

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

Color convert

RGB1275062-
CMYK00.610.510.50
HSL350.65º43.5%34.71%-
HSV(B)350.65º60.63%49.8%-
XYZ10.767.145.37-
YUV74.39121.01165.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.14%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=53.14%
G=20.92%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127506200.610.510.50350.6543.534.71
Hex7F323E03D333215f2c23
Octal177627607563625375443
Binary11111111100101111100111101110011110010101011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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