#772E3A

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

Shades of Paprika #772E3A

Tints of Paprika #772E3A

Color information

#772E3A (or 0x772E3A) is unknown color: approx Paprika. HEX triplet: 77, 2E and 3A. RGB value is (119,46,58). Sum of RGB (Red+Green+Blue) = 119+46+58=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E3A is #88D1C5. Grayscale: #454545. Windows color (decimal): -8966598 or 3812983. OLE color: 3812983.

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

Color convert

RGB1194658-
CMYK00.610.510.53
HSL350.14º44.24%32.35%-
HSV(B)350.14º61.34%46.67%-
XYZ9.356.184.7-
YUV69.19121.68163.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=53.36%
G=20.63%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119465800.610.510.53350.1444.2432.35
Hex772E3A03D333515e2c20
Octal167567207563655365440
Binary11101111011101110100111101110011110101101011110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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