Html Css Color HEX #7F303F Paprika

📋 copy color: '#7F303F'

red 127 ◦ green 48 ◦ blue 63

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

Shades of Paprika #7F303F

Tints of Paprika #7F303F

RGB

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

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

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

R = 53.36%
G = 20.17%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F303F (or 0x7F303F) is known color: Paprika. HEX triplet: 7F, 30 and 3F. RGB value is (127,48,63). Sum of RGB (Red+Green+Blue) = 127+48+63=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F303F is #80CFC0. Grayscale: #494949. Windows color (decimal): -8441793 or 4141183. OLE color: 4141183.

HSL color Cylindrical-coordinate representation of color #7F303F: hue angle of 348.61º 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 #7F303F is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 48 63 -
CMYK 0 0.62 0.50 0.50
HSL 348.61º 0.45% 0.34% -
HSV(B) 348.61º 0.62% 0.5% -
XYZ 10.71 6.98 5.49 -
YUV 73.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 127 48 63 0 0.62 0.50 0.50 348.61 0.45 0.34
Hex 7F 30 3F 0 3E 32 32 15D 2D 22
Octal 177 60 77 0 76 62 62 535 55 42
Binary 1111111 110000 111111 0 111110 110010 110010 101011101 101101 100010

Color Harmonies of #7F303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F303F

Black with #7F303F

Text Example


Text Example

White with #7F303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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