#772938

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

Shades of Paprika #772938

Tints of Paprika #772938

Color information

#772938 (or 0x772938) is unknown color: approx Paprika. HEX triplet: 77, 29 and 38. RGB value is (119,41,56). Sum of RGB (Red+Green+Blue) = 119+41+56=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #772938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772938 is #88D6C7. Grayscale: #424242. Windows color (decimal): -8967880 or 3680631. OLE color: 3680631.

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

Color convert

RGB1194156-
CMYK00.660.530.53
HSL348.46º48.75%31.37%-
HSV(B)348.46º65.55%46.67%-
XYZ9.115.794.38-
YUV66.03122.34165.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=55.09%
G=18.98%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119415600.660.530.53348.4648.7531.37
Hex772938042353515c311f
Octal1675170010265655346137
Binary11101111010011110000100001011010111010110101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772938; }

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

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

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

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

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

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

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

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