#762742

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

Shades of Flirt #762742

Tints of Flirt #762742

Color information

#762742 (or 0x762742) is unknown color: approx Flirt. HEX triplet: 76, 27 and 42. RGB value is (118,39,66). Sum of RGB (Red+Green+Blue) = 118+39+66=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762742 is #89D8BD. Grayscale: #414141. Windows color (decimal): -9033918 or 4335478. OLE color: 4335478.

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

Color convert

RGB1183966-
CMYK00.670.440.54
HSL339.49º50.32%30.78%-
HSV(B)339.49º66.95%46.27%-
XYZ9.185.75.77-
YUV65.7128.17165.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=52.91%
G=17.49%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118396600.670.440.54339.4950.3230.78
Hex7627420432C36153321f
Octal16647102010354665236237
Binary111011010011110000100100001110110011011010101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762742; }

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

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

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

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

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

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

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

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