Html Css Color HEX #7C343A Paprika

📋 copy color: '#7C343A'

red 124 ◦ green 52 ◦ blue 58

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

Shades of Paprika #7C343A

Tints of Paprika #7C343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 52.99%
G = 22.22%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7C343A (or 0x7C343A) is known color: Paprika. HEX triplet: 7C, 34 and 3A. RGB value is (124,52,58). Sum of RGB (Red+Green+Blue) = 124+52+58=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C343A is #83CBC5. Grayscale: #4A4A4A. Windows color (decimal): -8637382 or 3814524. OLE color: 3814524.

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

Color convert

RGB 124 52 58 -
CMYK 0 0.58 0.53 0.51
HSL 355º 0.41% 0.35% -
HSV(B) 355º 0.58% 0.49% -
XYZ 10.3 7.05 4.82 -
YUV 74.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 124 52 58 0 0.58 0.53 0.51 355 0.41 0.35
Hex 7C 34 3A 0 3A 35 33 163 29 23
Octal 174 64 72 0 72 65 63 543 51 43
Binary 1111100 110100 111010 0 111010 110101 110011 101100011 101001 100011

Color Harmonies of #7C343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C343A

Black with #7C343A

Text Example


Text Example

White with #7C343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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