#772734

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

Shades of Paprika #772734

Tints of Paprika #772734

Color information

#772734 (or 0x772734) is unknown color: approx Paprika. HEX triplet: 77, 27 and 34. RGB value is (119,39,52). Sum of RGB (Red+Green+Blue) = 119+39+52=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #772734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772734 is #88D8CB. Grayscale: #404040. Windows color (decimal): -8968396 or 3417975. OLE color: 3417975.

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

Color convert

RGB1193952-
CMYK00.670.560.53
HSL350.25º50.63%30.98%-
HSV(B)350.25º67.23%46.67%-
XYZ8.955.623.86-
YUV64.4121166.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 52 (20.70% from 255) = 24.76%
R=56.67%
G=18.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119395200.670.560.53350.2550.6330.98
Hex772734043383515e331f
Octal1674764010370655366337
Binary11101111001111101000100001111100011010110101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772734; }

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

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

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

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

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

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

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

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