Html Css Color HEX #7F333A Paprika

📋 copy color: '#7F333A'

red 127 ◦ green 51 ◦ blue 58

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

Shades of Paprika #7F333A

Tints of Paprika #7F333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 53.81%
G = 21.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F333A (or 0x7F333A) is known color: Paprika. HEX triplet: 7F, 33 and 3A. RGB value is (127,51,58). Sum of RGB (Red+Green+Blue) = 127+51+58=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F333A is #80CCC5. Grayscale: #4A4A4A. Windows color (decimal): -8441030 or 3814271. OLE color: 3814271.

HSL color Cylindrical-coordinate representation of color #7F333A: hue angle of 354.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F333A is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 51 58 -
CMYK 0 0.60 0.54 0.50
HSL 354.47º 0.43% 0.35% -
HSV(B) 354.47º 0.6% 0.5% -
XYZ 10.7 7.19 4.83 -
YUV 74.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 127 51 58 0 0.60 0.54 0.50 354.47 0.43 0.35
Hex 7F 33 3A 0 3C 36 32 162 2B 23
Octal 177 63 72 0 74 66 62 542 53 43
Binary 1111111 110011 111010 0 111100 110110 110010 101100010 101011 100011

Color Harmonies of #7F333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F333A

Black with #7F333A

Text Example


Text Example

White with #7F333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,51,58); }

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

background-color css

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

 a { background-color: rgb(127,51,58); }

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

border-color css

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

 span { border-color: rgb(127,51,58); }

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