#772834

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

Shades of Paprika #772834

Tints of Paprika #772834

Color information

#772834 (or 0x772834) is unknown color: approx Paprika. HEX triplet: 77, 28 and 34. RGB value is (119,40,52). Sum of RGB (Red+Green+Blue) = 119+40+52=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #772834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772834 is #88D7CB. Grayscale: #414141. Windows color (decimal): -8968140 or 3418231. OLE color: 3418231.

HSL color Cylindrical-coordinate representation of color #772834: hue angle of 350.89º degrees, saturation: 0.5, 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 #772834 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1194052-
CMYK00.660.560.53
HSL350.89º49.69%31.18%-
HSV(B)350.89º66.39%46.67%-
XYZ8.995.693.87-
YUV64.99120.67166.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=56.40%
G=18.96%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119405200.660.560.53350.8949.6931.18
Hex772834042383515f321f
Octal1675064010270655376237
Binary11101111010001101000100001011100011010110101111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772834; }

 p { color: rgb(119,40,52); }

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

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

 a { background-color: rgb(119,40,52); }

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

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

 span { border-color: rgb(119,40,52); }

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