#76365A

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

Shades of Flirt #76365A

Tints of Flirt #76365A

Color information

#76365A (or 0x76365A) is unknown color: approx Flirt. HEX triplet: 76, 36 and 5A. RGB value is (118,54,90). Sum of RGB (Red+Green+Blue) = 118+54+90=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76365A is #89C9A5. Grayscale: #4D4D4D. Windows color (decimal): -9030054 or 5912182. OLE color: 5912182.

HSL color Cylindrical-coordinate representation of color #76365A: hue angle of 326.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76365A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1185490-
CMYK00.540.240.54
HSL326.25º37.21%33.73%-
HSV(B)326.25º54.24%46.27%-
XYZ10.647.2310.51-
YUV77.24135.2157.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=45.04%
G=20.61%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118549000.540.240.54326.2537.2133.73
Hex76365A03618361462522
Octal1666613206630665064542
Binary11101101101101011010011011011000110110101000110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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