#76254E

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

Shades of Flirt #76254E

Tints of Flirt #76254E

Color information

#76254E (or 0x76254E) is unknown color: approx Flirt. HEX triplet: 76, 25 and 4E. RGB value is (118,37,78). Sum of RGB (Red+Green+Blue) = 118+37+78=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76254E is #89DAB1. Grayscale: #414141. Windows color (decimal): -9034418 or 5121398. OLE color: 5121398.

HSL color Cylindrical-coordinate representation of color #76254E: hue angle of 329.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76254E is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1183778-
CMYK00.690.340.54
HSL329.63º52.26%30.39%-
HSV(B)329.63º68.64%46.27%-
XYZ9.515.727.81-
YUV65.89134.84165.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=50.64%
G=15.88%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118377800.690.340.54329.6352.2630.39
Hex76254E045223614a341e
Octal16645116010542665126436
Binary111011010010110011100100010110001011011010100101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76254E; }

 p { color: rgb(118,37,78); }

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

<style>
 a { background-color: #76254E; }

 a { background-color: rgb(118,37,78); }

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

<style>
 span { border-color: #76254E; }

 span { border-color: rgb(118,37,78); }

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