#77365C

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

Shades of Flirt #77365C

Tints of Flirt #77365C

Color information

#77365C (or 0x77365C) is unknown color: approx Flirt. HEX triplet: 77, 36 and 5C. RGB value is (119,54,92). Sum of RGB (Red+Green+Blue) = 119+54+92=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77365C is #88C9A3. Grayscale: #4D4D4D. Windows color (decimal): -8964516 or 6043255. OLE color: 6043255.

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

Color convert

RGB1195492-
CMYK00.550.230.53
HSL324.92º37.57%33.92%-
HSV(B)324.92º54.62%46.67%-
XYZ10.867.3310.97-
YUV77.77136.03157.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=44.91%
G=20.38%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119549200.550.230.53324.9237.5733.92
Hex77365C03717351452622
Octal1676613406727655054642
Binary11101111101101011100011011110111110101101000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77365C; }

 p { color: rgb(119,54,92); }

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

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

 a { background-color: rgb(119,54,92); }

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

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

 span { border-color: rgb(119,54,92); }

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