#7C323E

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

Shades of Paprika #7C323E

Tints of Paprika #7C323E

Color information

#7C323E (or 0x7C323E) is unknown color: approx Paprika. HEX triplet: 7C, 32 and 3E. RGB value is (124,50,62). Sum of RGB (Red+Green+Blue) = 124+50+62=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C323E is #83CDC1. Grayscale: #494949. Windows color (decimal): -8637890 or 4076156. OLE color: 4076156.

HSL color Cylindrical-coordinate representation of color #7C323E: hue angle of 350.27º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C323E is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1245062-
CMYK00.600.50.51
HSL350.27º42.53%34.12%-
HSV(B)350.27º59.68%48.63%-
XYZ10.326.915.35-
YUV73.49121.52164.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.54%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=52.54%
G=21.19%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124506200.600.50.51350.2742.5334.12
Hex7C323E03C323315e2b22
Octal174627607462635365342
Binary11111001100101111100111100110010110011101011110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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