#762656

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

Shades of Flirt #762656

Tints of Flirt #762656

Color information

#762656 (or 0x762656) is unknown color: approx Flirt. HEX triplet: 76, 26 and 56. RGB value is (118,38,86). Sum of RGB (Red+Green+Blue) = 118+38+86=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #762656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762656 is #89D9A9. Grayscale: #434343. Windows color (decimal): -9034154 or 5645942. OLE color: 5645942.

HSL color Cylindrical-coordinate representation of color #762656: hue angle of 324º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762656 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB1183886-
CMYK00.680.270.54
HSL324º51.28%30.59%-
HSV(B)324º67.8%46.27%-
XYZ9.845.919.43-
YUV67.39138.5164.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=48.76%
G=15.70%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118388600.680.270.5432451.2830.59
Hex7626560441B36144331f
Octal16646126010433665046337
Binary11101101001101010110010001001101111011010100010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762656; }

 p { color: rgb(118,38,86); }

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

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

 a { background-color: rgb(118,38,86); }

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

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

 span { border-color: rgb(118,38,86); }

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