#77303F

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

Shades of Paprika #77303F

Tints of Paprika #77303F

Color information

#77303F (or 0x77303F) is unknown color: approx Paprika. HEX triplet: 77, 30 and 3F. RGB value is (119,48,63). Sum of RGB (Red+Green+Blue) = 119+48+63=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77303F is #88CFC0. Grayscale: #464646. Windows color (decimal): -8966081 or 4141175. OLE color: 4141175.

HSL color Cylindrical-coordinate representation of color #77303F: hue angle of 347.32º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77303F is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1194863-
CMYK00.600.470.53
HSL347.32º42.51%32.75%-
HSV(B)347.32º59.66%46.67%-
XYZ9.566.395.43-
YUV70.94123.52162.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 63 (25% from 255) = 27.39%
R=51.74%
G=20.87%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119486300.600.470.53347.3242.5132.75
Hex77303F03C2F3515b2b21
Octal167607707457655335341
Binary11101111100001111110111100101111110101101011011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77303F; }

 p { color: rgb(119,48,63); }

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

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

 a { background-color: rgb(119,48,63); }

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

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

 span { border-color: rgb(119,48,63); }

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