Html Css Color HEX #7C303F Paprika

📋 copy color: '#7C303F'

red 124 ◦ green 48 ◦ blue 63

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

Shades of Paprika #7C303F

Tints of Paprika #7C303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 52.77%
G = 20.43%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C303F (or 0x7C303F) is known color: Paprika. HEX triplet: 7C, 30 and 3F. RGB value is (124,48,63). Sum of RGB (Red+Green+Blue) = 124+48+63=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C303F is #83CFC0. Grayscale: #484848. Windows color (decimal): -8638401 or 4141180. OLE color: 4141180.

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

Color convert

RGB 124 48 63 -
CMYK 0 0.61 0.49 0.51
HSL 348.16º 0.44% 0.34% -
HSV(B) 348.16º 0.61% 0.49% -
XYZ 10.27 6.76 5.47 -
YUV 72.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 124 48 63 0 0.61 0.49 0.51 348.16 0.44 0.34
Hex 7C 30 3F 0 3D 31 33 15C 2C 22
Octal 174 60 77 0 75 61 63 534 54 42
Binary 1111100 110000 111111 0 111101 110001 110011 101011100 101100 100010

Color Harmonies of #7C303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C303F

Black with #7C303F

Text Example


Text Example

White with #7C303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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