#77384F

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

Shades of Flirt #77384F

Tints of Flirt #77384F

Color information

#77384F (or 0x77384F) is unknown color: approx Flirt. HEX triplet: 77, 38 and 4F. RGB value is (119,56,79). Sum of RGB (Red+Green+Blue) = 119+56+79=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77384F is #88C7B0. Grayscale: #4D4D4D. Windows color (decimal): -8964017 or 5191799. OLE color: 5191799.

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

Color convert

RGB1195679-
CMYK00.530.340.53
HSL338.1º36%34.31%-
HSV(B)338.1º52.94%46.67%-
XYZ10.437.318.26-
YUV77.46128.87157.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=46.85%
G=22.05%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119567900.530.340.53338.13634.31
Hex77384F03522351522422
Octal1677011706542655224442
Binary111011111100010011110110101100010110101101010010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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