#772C35

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

Shades of Paprika #772C35

Tints of Paprika #772C35

Color information

#772C35 (or 0x772C35) is unknown color: approx Paprika. HEX triplet: 77, 2C and 35. RGB value is (119,44,53). Sum of RGB (Red+Green+Blue) = 119+44+53=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #772C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C35 is #88D3CA. Grayscale: #434343. Windows color (decimal): -8967115 or 3484791. OLE color: 3484791.

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

Color convert

RGB1194453-
CMYK00.630.550.53
HSL352.8º46.01%31.96%-
HSV(B)352.8º63.03%46.67%-
XYZ9.155.984.04-
YUV67.45119.85164.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=55.09%
G=20.37%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119445300.630.550.53352.846.0131.96
Hex772C3503F37351612e20
Octal167546507767655415640
Binary11101111011001101010111111110111110101101100001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,44,53); }

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

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

 a { background-color: rgb(119,44,53); }

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

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

 span { border-color: rgb(119,44,53); }

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