#762758

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

Shades of Flirt #762758

Tints of Flirt #762758

Color information

#762758 (or 0x762758) is unknown color: approx Flirt. HEX triplet: 76, 27 and 58. RGB value is (118,39,88). Sum of RGB (Red+Green+Blue) = 118+39+88=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #762758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762758 is #89D8A7. Grayscale: #444444. Windows color (decimal): -9033896 or 5777270. OLE color: 5777270.

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

Color convert

RGB1183988-
CMYK00.670.250.54
HSL322.78º50.32%30.78%-
HSV(B)322.78º66.95%46.27%-
XYZ9.966.019.87-
YUV68.21139.17163.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=48.16%
G=15.92%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118398800.670.250.54322.7850.3230.78
Hex7627580431936143321f
Octal16647130010331665036237
Binary11101101001111011000010000111100111011010100001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762758; }

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

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

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

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

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

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

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

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