#76355E

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

Shades of Flirt #76355E

Tints of Flirt #76355E

Color information

#76355E (or 0x76355E) is unknown color: approx Flirt. HEX triplet: 76, 35 and 5E. RGB value is (118,53,94). Sum of RGB (Red+Green+Blue) = 118+53+94=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355E is #89CAA1. Grayscale: #4D4D4D. Windows color (decimal): -9030306 or 6174070. OLE color: 6174070.

HSL color Cylindrical-coordinate representation of color #76355E: hue angle of 322.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76355E is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1185394-
CMYK00.550.200.54
HSL322.15º38.01%33.53%-
HSV(B)322.15º55.08%46.27%-
XYZ10.767.2111.41-
YUV77.11137.53157.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=44.53%
G=20%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118539400.550.200.54322.1538.0133.53
Hex76355E03714361422622
Octal1666513606724665024642
Binary11101101101011011110011011110100110110101000010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76355E; }

 p { color: rgb(118,53,94); }

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

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

 a { background-color: rgb(118,53,94); }

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

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

 span { border-color: rgb(118,53,94); }

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