#76355A

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

Shades of Flirt #76355A

Tints of Flirt #76355A

Color information

#76355A (or 0x76355A) is unknown color: approx Flirt. HEX triplet: 76, 35 and 5A. RGB value is (118,53,90). Sum of RGB (Red+Green+Blue) = 118+53+90=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76355A is #89CAA5. Grayscale: #4C4C4C. Windows color (decimal): -9030310 or 5911926. OLE color: 5911926.

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

Color convert

RGB1185390-
CMYK00.550.240.54
HSL325.85º38.01%33.53%-
HSV(B)325.85º55.08%46.27%-
XYZ10.597.1410.49-
YUV76.65135.53157.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=45.21%
G=20.31%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118539000.550.240.54325.8538.0133.53
Hex76355A03718361462622
Octal1666513206730665064642
Binary11101101101011011010011011111000110110101000110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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