#772D3E

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

Shades of Paprika #772D3E

Tints of Paprika #772D3E

Color information

#772D3E (or 0x772D3E) is unknown color: approx Paprika. HEX triplet: 77, 2D and 3E. RGB value is (119,45,62). Sum of RGB (Red+Green+Blue) = 119+45+62=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #772D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D3E is #88D2C1. Grayscale: #454545. Windows color (decimal): -8966850 or 4074871. OLE color: 4074871.

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

Color convert

RGB1194562-
CMYK00.620.480.53
HSL346.22º45.12%32.16%-
HSV(B)346.22º62.18%46.67%-
XYZ9.426.155.25-
YUV69.06124.02163.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=52.65%
G=19.91%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119456200.620.480.53346.2245.1232.16
Hex772D3E03E303515a2d20
Octal167557607660655325540
Binary11101111011011111100111110110000110101101011010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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