#762744

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

Shades of Flirt #762744

Tints of Flirt #762744

Color information

#762744 (or 0x762744) is unknown color: approx Flirt. HEX triplet: 76, 27 and 44. RGB value is (118,39,68). Sum of RGB (Red+Green+Blue) = 118+39+68=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762744 is #89D8BB. Grayscale: #414141. Windows color (decimal): -9033916 or 4466550. OLE color: 4466550.

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

Color convert

RGB1183968-
CMYK00.670.420.54
HSL337.97º50.32%30.78%-
HSV(B)337.97º66.95%46.27%-
XYZ9.245.726.09-
YUV65.93129.17165.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=52.44%
G=17.33%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118396800.670.420.54337.9750.3230.78
Hex7627440432A36152321f
Octal16647104010352665226237
Binary111011010011110001000100001110101011011010101001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762744; }

 p { color: rgb(118,39,68); }

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

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

 a { background-color: rgb(118,39,68); }

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

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

 span { border-color: rgb(118,39,68); }

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