Html Css Color HEX #7C3440 Paprika

📋 copy color: '#7C3440'

red 124 ◦ green 52 ◦ blue 64

#7C3440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paprika #7C3440

Tints of Paprika #7C3440

RGB

 RED value IS 124 (48.83% from 255) = 51.67%

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 51.67%
G = 21.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3440 (or 0x7C3440) is known color: Paprika. HEX triplet: 7C, 34 and 40. RGB value is (124,52,64). Sum of RGB (Red+Green+Blue) = 124+52+64=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3440 is #83CBBF. Grayscale: #4A4A4A. Windows color (decimal): -8637376 or 4207740. OLE color: 4207740.

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

Color convert

RGB 124 52 64 -
CMYK 0 0.58 0.48 0.51
HSL 350º 0.41% 0.35% -
HSV(B) 350º 0.58% 0.49% -
XYZ 10.47 7.11 5.67 -
YUV 74.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 124 52 64 0 0.58 0.48 0.51 350 0.41 0.35
Hex 7C 34 40 0 3A 30 33 15E 29 23
Octal 174 64 100 0 72 60 63 536 51 43
Binary 1111100 110100 1000000 0 111010 110000 110011 101011110 101001 100011

Color Harmonies of #7C3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3440

Black with #7C3440

Text Example


Text Example

White with #7C3440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C3440;
 }
 .AnyTagClassName
 {
   color: #7C3440;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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