Html Css Color HEX #7C323F Paprika

📋 copy color: '#7C323F'

red 124 ◦ green 50 ◦ blue 63

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

Shades of Paprika #7C323F

Tints of Paprika #7C323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.58%

R = 52.32%
G = 21.1%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C323F (or 0x7C323F) is known color: Paprika. HEX triplet: 7C, 32 and 3F. RGB value is (124,50,63). Sum of RGB (Red+Green+Blue) = 124+50+63=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C323F is #83CDC0. Grayscale: #494949. Windows color (decimal): -8637889 or 4141692. OLE color: 4141692.

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

Color convert

RGB 124 50 63 -
CMYK 0 0.60 0.49 0.51
HSL 349.46º 0.43% 0.34% -
HSV(B) 349.46º 0.6% 0.49% -
XYZ 10.35 6.93 5.49 -
YUV 73.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 124 50 63 0 0.60 0.49 0.51 349.46 0.43 0.34
Hex 7C 32 3F 0 3C 31 33 15D 2B 22
Octal 174 62 77 0 74 61 63 535 53 42
Binary 1111100 110010 111111 0 111100 110001 110011 101011101 101011 100010

Color Harmonies of #7C323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C323F

Black with #7C323F

Text Example


Text Example

White with #7C323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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