#7C343F

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

Shades of Paprika #7C343F

Tints of Paprika #7C343F

Color information

#7C343F (or 0x7C343F) is unknown color: approx Paprika. HEX triplet: 7C, 34 and 3F. RGB value is (124,52,63). Sum of RGB (Red+Green+Blue) = 124+52+63=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C343F is #83CBC0. Grayscale: #4A4A4A. Windows color (decimal): -8637377 or 4142204. OLE color: 4142204.

HSL color Cylindrical-coordinate representation of color #7C343F: hue angle of 350.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C343F is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1245263-
CMYK00.580.490.51
HSL350.83º40.91%34.51%-
HSV(B)350.83º58.06%48.63%-
XYZ10.447.15.52-
YUV74.78121.35163.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.88%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 63 (25% from 255) = 26.36%
R=51.88%
G=21.76%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124526300.580.490.51350.8340.9134.51
Hex7C343F03A313315f2923
Octal174647707261635375143
Binary11111001101001111110111010110001110011101011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,52,63); }

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

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

 a { background-color: rgb(124,52,63); }

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

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

 span { border-color: rgb(124,52,63); }

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