#76385C

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

Shades of Flirt #76385C

Tints of Flirt #76385C

Color information

#76385C (or 0x76385C) is unknown color: approx Flirt. HEX triplet: 76, 38 and 5C. RGB value is (118,56,92). Sum of RGB (Red+Green+Blue) = 118+56+92=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385C is #89C7A3. Grayscale: #4E4E4E. Windows color (decimal): -9029540 or 6043766. OLE color: 6043766.

HSL color Cylindrical-coordinate representation of color #76385C: hue angle of 325.16º 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 #76385C is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1185692-
CMYK00.530.220.54
HSL325.16º35.63%34.12%-
HSV(B)325.16º52.54%46.27%-
XYZ10.827.4510.99-
YUV78.64135.54156.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=44.36%
G=21.05%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118569200.530.220.54325.1635.6334.12
Hex76385C03516361452422
Octal1667013406526665054442
Binary11101101110001011100011010110110110110101000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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