#772C3A

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

Shades of Paprika #772C3A

Tints of Paprika #772C3A

Color information

#772C3A (or 0x772C3A) is unknown color: approx Paprika. HEX triplet: 77, 2C and 3A. RGB value is (119,44,58). Sum of RGB (Red+Green+Blue) = 119+44+58=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C3A is #88D3C5. Grayscale: #444444. Windows color (decimal): -8967110 or 3812471. OLE color: 3812471.

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

Color convert

RGB1194458-
CMYK00.630.510.53
HSL348.8º46.01%31.96%-
HSV(B)348.8º63.03%46.67%-
XYZ9.276.034.68-
YUV68.02122.35164.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=53.85%
G=19.91%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119445800.630.510.53348.846.0131.96
Hex772C3A03F333515d2e20
Octal167547207763655355640
Binary11101111011001110100111111110011110101101011101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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