#772936

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

Shades of Paprika #772936

Tints of Paprika #772936

Color information

#772936 (or 0x772936) is unknown color: approx Paprika. HEX triplet: 77, 29 and 36. RGB value is (119,41,54). Sum of RGB (Red+Green+Blue) = 119+41+54=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #772936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772936 is #88D6C9. Grayscale: #414141. Windows color (decimal): -8967882 or 3549559. OLE color: 3549559.

HSL color Cylindrical-coordinate representation of color #772936: hue angle of 350º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772936 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1194154-
CMYK00.660.550.53
HSL350º48.75%31.37%-
HSV(B)350º65.55%46.67%-
XYZ9.075.774.13-
YUV65.8121.34165.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=55.61%
G=19.16%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119415400.660.550.5335048.7531.37
Hex772936042373515e311f
Octal1675166010267655366137
Binary11101111010011101100100001011011111010110101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772936; }

 p { color: rgb(119,41,54); }

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

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

 a { background-color: rgb(119,41,54); }

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

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

 span { border-color: rgb(119,41,54); }

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