#772C36

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

Shades of Paprika #772C36

Tints of Paprika #772C36

Color information

#772C36 (or 0x772C36) is unknown color: approx Paprika. HEX triplet: 77, 2C and 36. RGB value is (119,44,54). Sum of RGB (Red+Green+Blue) = 119+44+54=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #772C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C36 is #88D3C9. Grayscale: #434343. Windows color (decimal): -8967114 or 3550327. OLE color: 3550327.

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

Color convert

RGB1194454-
CMYK00.630.550.53
HSL352º46.01%31.96%-
HSV(B)352º63.03%46.67%-
XYZ9.175.994.16-
YUV67.56120.35164.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=54.84%
G=20.28%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119445400.630.550.5335246.0131.96
Hex772C3603F37351602e20
Octal167546607767655405640
Binary11101111011001101100111111110111110101101100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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