#762642

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

Shades of Flirt #762642

Tints of Flirt #762642

Color information

#762642 (or 0x762642) is unknown color: approx Flirt. HEX triplet: 76, 26 and 42. RGB value is (118,38,66). Sum of RGB (Red+Green+Blue) = 118+38+66=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762642 is #89D9BD. Grayscale: #414141. Windows color (decimal): -9034174 or 4335222. OLE color: 4335222.

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

Color convert

RGB1183866-
CMYK00.680.440.54
HSL339º51.28%30.59%-
HSV(B)339º67.8%46.27%-
XYZ9.155.635.76-
YUV65.11128.5165.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=53.15%
G=17.12%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118386600.680.440.5433951.2830.59
Hex7626420442C36153331f
Octal16646102010454665236337
Binary111011010011010000100100010010110011011010101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762642; }

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

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

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

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

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

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

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

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