#762647

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

Shades of Flirt #762647

Tints of Flirt #762647

Color information

#762647 (or 0x762647) is unknown color: approx Flirt. HEX triplet: 76, 26 and 47. RGB value is (118,38,71). Sum of RGB (Red+Green+Blue) = 118+38+71=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762647 is #89D9B8. Grayscale: #414141. Windows color (decimal): -9034169 or 4662902. OLE color: 4662902.

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

Color convert

RGB1183871-
CMYK00.680.400.54
HSL335.25º51.28%30.59%-
HSV(B)335.25º67.8%46.27%-
XYZ9.35.696.57-
YUV65.68131165.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 71 (28.12% from 255) = 31.28%
R=51.98%
G=16.74%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118387100.680.400.54335.2551.2830.59
Hex762647044283614f331f
Octal16646107010450665176337
Binary111011010011010001110100010010100011011010100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762647; }

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

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

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

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

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

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

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

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