Html Css Color HEX #7F303B Paprika

📋 copy color: '#7F303B'

red 127 ◦ green 48 ◦ blue 59

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

Shades of Paprika #7F303B

Tints of Paprika #7F303B

RGB

 RED value IS 127 (50% from 255) = 54.27%

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

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

R = 54.27%
G = 20.51%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F303B (or 0x7F303B) is known color: Paprika. HEX triplet: 7F, 30 and 3B. RGB value is (127,48,59). Sum of RGB (Red+Green+Blue) = 127+48+59=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F303B is #80CFC4. Grayscale: #484848. Windows color (decimal): -8441797 or 3879039. OLE color: 3879039.

HSL color Cylindrical-coordinate representation of color #7F303B: hue angle of 351.65º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F303B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 48 59 -
CMYK 0 0.62 0.54 0.50
HSL 351.65º 0.45% 0.34% -
HSV(B) 351.65º 0.62% 0.5% -
XYZ 10.6 6.94 4.92 -
YUV 72.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 127 48 59 0 0.62 0.54 0.50 351.65 0.45 0.34
Hex 7F 30 3B 0 3E 36 32 160 2D 22
Octal 177 60 73 0 76 66 62 540 55 42
Binary 1111111 110000 111011 0 111110 110110 110010 101100000 101101 100010

Color Harmonies of #7F303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F303B

Black with #7F303B

Text Example


Text Example

White with #7F303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,48,59); }

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

background-color css

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

 a { background-color: rgb(127,48,59); }

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

border-color css

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

 span { border-color: rgb(127,48,59); }

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