#76385B

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

Shades of Flirt #76385B

Tints of Flirt #76385B

Color information

#76385B (or 0x76385B) is unknown color: approx Flirt. HEX triplet: 76, 38 and 5B. RGB value is (118,56,91). Sum of RGB (Red+Green+Blue) = 118+56+91=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385B is #89C7A4. Grayscale: #4E4E4E. Windows color (decimal): -9029541 or 5978230. OLE color: 5978230.

HSL color Cylindrical-coordinate representation of color #76385B: hue angle of 326.13º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76385B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1185691-
CMYK00.530.230.54
HSL326.13º35.63%34.12%-
HSV(B)326.13º52.54%46.27%-
XYZ10.777.4410.76-
YUV78.53135.04156.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=44.53%
G=21.13%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569100.530.230.54326.1335.6334.12
Hex76385B03517361462422
Octal1667013306527665064442
Binary11101101110001011011011010110111110110101000110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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