#772B3A

Color #772B3A Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #772B3A

Tints of Paprika #772B3A

Color information

#772B3A (or 0x772B3A) is unknown color: approx Paprika. HEX triplet: 77, 2B and 3A. RGB value is (119,43,58). Sum of RGB (Red+Green+Blue) = 119+43+58=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #772B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B3A is #88D4C5. Grayscale: #434343. Windows color (decimal): -8967366 or 3812215. OLE color: 3812215.

HSL color Cylindrical-coordinate representation of color #772B3A: hue angle of 348.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B3A is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1194358-
CMYK00.640.510.53
HSL348.16º46.91%31.76%-
HSV(B)348.16º63.87%46.67%-
XYZ9.245.964.67-
YUV67.43122.68164.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 43 (17.19% from 255) = 19.55%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=54.09%
G=19.55%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119435800.640.510.53348.1646.9131.76
Hex772B3A040333515c2f20
Octal1675372010063655345740
Binary111011110101111101001000000110011110101101011100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772B3A; }

 p { color: rgb(119,43,58); }

 H1.HeaderClassName
 {
   color: #772B3A;
 }
 .AnyTagClassName
 {
   color: #772B3A;
 }
</style>
background-color css

<style>
 a { background-color: #772B3A; }

 a { background-color: rgb(119,43,58); }

 div.DivClassName
 {
   background-color: #772B3A;
 }
 .BgClassName
 {
   background-color: #772B3A;
 }
</style>
border-color css

<style>
 span { border-color: #772B3A; }

 span { border-color: rgb(119,43,58); }

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