#772B36

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

Shades of Paprika #772B36

Tints of Paprika #772B36

Color information

#772B36 (or 0x772B36) is unknown color: approx Paprika. HEX triplet: 77, 2B and 36. RGB value is (119,43,54). Sum of RGB (Red+Green+Blue) = 119+43+54=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #772B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B36 is #88D4C9. Grayscale: #434343. Windows color (decimal): -8967370 or 3550071. OLE color: 3550071.

HSL color Cylindrical-coordinate representation of color #772B36: hue angle of 351.32º 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 #772B36 is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1194354-
CMYK00.640.550.53
HSL351.32º46.91%31.76%-
HSV(B)351.32º63.87%46.67%-
XYZ9.145.924.15-
YUV66.98120.68165.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 54 (21.48% from 255) = 25%
R=55.09%
G=19.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119435400.640.550.53351.3246.9131.76
Hex772B36040373515f2f20
Octal1675366010067655375740
Binary111011110101111011001000000110111110101101011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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