#772D3F

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

Shades of Paprika #772D3F

Tints of Paprika #772D3F

Color information

#772D3F (or 0x772D3F) is unknown color: approx Paprika. HEX triplet: 77, 2D and 3F. RGB value is (119,45,63). Sum of RGB (Red+Green+Blue) = 119+45+63=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3F is #88D2C0. Grayscale: #454545. Windows color (decimal): -8966849 or 4140407. OLE color: 4140407.

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

Color convert

RGB1194563-
CMYK00.620.470.53
HSL345.41º45.12%32.16%-
HSV(B)345.41º62.18%46.67%-
XYZ9.446.165.39-
YUV69.18124.52163.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 63 (25% from 255) = 27.75%
R=52.42%
G=19.82%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119456300.620.470.53345.4145.1232.16
Hex772D3F03E2F351592d20
Octal167557707657655315540
Binary11101111011011111110111110101111110101101011001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,63); }

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

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

 a { background-color: rgb(119,45,63); }

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

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

 span { border-color: rgb(119,45,63); }

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