#772E40

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

Shades of Paprika #772E40

Tints of Paprika #772E40

Color information

#772E40 (or 0x772E40) is unknown color: approx Paprika. HEX triplet: 77, 2E and 40. RGB value is (119,46,64). Sum of RGB (Red+Green+Blue) = 119+46+64=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #772E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E40 is #88D1BF. Grayscale: #454545. Windows color (decimal): -8966592 or 4206199. OLE color: 4206199.

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

Color convert

RGB1194664-
CMYK00.610.460.53
HSL345.21º44.24%32.35%-
HSV(B)345.21º61.34%46.67%-
XYZ9.516.255.55-
YUV69.88124.68163.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=51.97%
G=20.09%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119466400.610.460.53345.2144.2432.35
Hex772E4003D2E351592c20
Octal1675610007556655315440
Binary111011110111010000000111101101110110101101011001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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