Html Css Color HEX #7C323B Paprika

📋 copy color: '#7C323B'

red 124 ◦ green 50 ◦ blue 59

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

Shades of Paprika #7C323B

Tints of Paprika #7C323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 53.22%
G = 21.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C323B (or 0x7C323B) is known color: Paprika. HEX triplet: 7C, 32 and 3B. RGB value is (124,50,59). Sum of RGB (Red+Green+Blue) = 124+50+59=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C323B is #83CDC4. Grayscale: #494949. Windows color (decimal): -8637893 or 3879548. OLE color: 3879548.

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

Color convert

RGB 124 50 59 -
CMYK 0 0.60 0.52 0.51
HSL 352.7º 0.43% 0.34% -
HSV(B) 352.7º 0.6% 0.49% -
XYZ 10.24 6.88 4.93 -
YUV 73.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 124 50 59 0 0.60 0.52 0.51 352.7 0.43 0.34
Hex 7C 32 3B 0 3C 34 33 161 2B 22
Octal 174 62 73 0 74 64 63 541 53 42
Binary 1111100 110010 111011 0 111100 110100 110011 101100001 101011 100010

Color Harmonies of #7C323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C323B

Black with #7C323B

Text Example


Text Example

White with #7C323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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