Html Css Color HEX #7F313C Paprika

📋 copy color: '#7F313C'

red 127 ◦ green 49 ◦ blue 60

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

Shades of Paprika #7F313C

Tints of Paprika #7F313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 60 (23.83% from 255) = 25.42%

R = 53.81%
G = 20.76%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F313C (or 0x7F313C) is known color: Paprika. HEX triplet: 7F, 31 and 3C. RGB value is (127,49,60). Sum of RGB (Red+Green+Blue) = 127+49+60=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F313C is #80CEC3. Grayscale: #494949. Windows color (decimal): -8441540 or 3944831. OLE color: 3944831.

HSL color Cylindrical-coordinate representation of color #7F313C: hue angle of 351.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F313C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 49 60 -
CMYK 0 0.61 0.53 0.50
HSL 351.54º 0.44% 0.35% -
HSV(B) 351.54º 0.61% 0.5% -
XYZ 10.67 7.03 5.07 -
YUV 73.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 127 49 60 0 0.61 0.53 0.50 351.54 0.44 0.35
Hex 7F 31 3C 0 3D 35 32 160 2C 23
Octal 177 61 74 0 75 65 62 540 54 43
Binary 1111111 110001 111100 0 111101 110101 110010 101100000 101100 100011

Color Harmonies of #7F313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F313C

Black with #7F313C

Text Example


Text Example

White with #7F313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,49,60); }

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

background-color css

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

 a { background-color: rgb(127,49,60); }

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

border-color css

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

 span { border-color: rgb(127,49,60); }

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