#76355B

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

Shades of Flirt #76355B

Tints of Flirt #76355B

Color information

#76355B (or 0x76355B) is unknown color: approx Flirt. HEX triplet: 76, 35 and 5B. RGB value is (118,53,91). Sum of RGB (Red+Green+Blue) = 118+53+91=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355B is #89CAA4. Grayscale: #4C4C4C. Windows color (decimal): -9030309 or 5977462. OLE color: 5977462.

HSL color Cylindrical-coordinate representation of color #76355B: hue angle of 324.92º 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 #76355B is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1185391-
CMYK00.550.230.54
HSL324.92º38.01%33.53%-
HSV(B)324.92º55.08%46.27%-
XYZ10.637.1510.72-
YUV76.77136.03157.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=45.04%
G=20.23%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118539100.550.230.54324.9238.0133.53
Hex76355B03717361452622
Octal1666513306727665054642
Binary11101101101011011011011011110111110110101000101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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