#76364F

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

Shades of Flirt #76364F

Tints of Flirt #76364F

Color information

#76364F (or 0x76364F) is unknown color: approx Flirt. HEX triplet: 76, 36 and 4F. RGB value is (118,54,79). Sum of RGB (Red+Green+Blue) = 118+54+79=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76364F is #89C9B0. Grayscale: #4B4B4B. Windows color (decimal): -9030065 or 5191286. OLE color: 5191286.

HSL color Cylindrical-coordinate representation of color #76364F: hue angle of 336.56º 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 #76364F is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1185479-
CMYK00.540.330.54
HSL336.56º37.21%33.73%-
HSV(B)336.56º54.24%46.27%-
XYZ10.27.058.22-
YUV75.99129.7157.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=47.01%
G=21.51%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118547900.540.330.54336.5637.2133.73
Hex76364F03621361512522
Octal1666611706641665214542
Binary111011011011010011110110110100001110110101010001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76364F; }

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

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

<style>
 a { background-color: #76364F; }

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

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

<style>
 span { border-color: #76364F; }

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

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