Html Css Color HEX #7F323A Paprika

📋 copy color: '#7F323A'

red 127 ◦ green 50 ◦ blue 58

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

Shades of Paprika #7F323A

Tints of Paprika #7F323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 54.04%
G = 21.28%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F323A (or 0x7F323A) is known color: Paprika. HEX triplet: 7F, 32 and 3A. RGB value is (127,50,58). Sum of RGB (Red+Green+Blue) = 127+50+58=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F323A is #80CDC5. Grayscale: #494949. Windows color (decimal): -8441286 or 3814015. OLE color: 3814015.

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

Color convert

RGB 127 50 58 -
CMYK 0 0.61 0.54 0.50
HSL 353.77º 0.44% 0.35% -
HSV(B) 353.77º 0.61% 0.5% -
XYZ 10.66 7.1 4.81 -
YUV 73.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 127 50 58 0 0.61 0.54 0.50 353.77 0.44 0.35
Hex 7F 32 3A 0 3D 36 32 162 2C 23
Octal 177 62 72 0 75 66 62 542 54 43
Binary 1111111 110010 111010 0 111101 110110 110010 101100010 101100 100011

Color Harmonies of #7F323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F323A

Black with #7F323A

Text Example


Text Example

White with #7F323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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