#763058

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

Shades of Flirt #763058

Tints of Flirt #763058

Color information

#763058 (or 0x763058) is unknown color: approx Flirt. HEX triplet: 76, 30 and 58. RGB value is (118,48,88). Sum of RGB (Red+Green+Blue) = 118+48+88=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763058 is #89CFA7. Grayscale: #494949. Windows color (decimal): -9031592 or 5779574. OLE color: 5779574.

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

Color convert

RGB1184888-
CMYK00.590.250.54
HSL325.71º42.17%32.55%-
HSV(B)325.71º59.32%46.27%-
XYZ10.296.679.98-
YUV73.49136.19159.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=46.46%
G=18.90%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118488800.590.250.54325.7142.1732.55
Hex76305803B19361462a21
Octal1666013007331665065241
Binary11101101100001011000011101111001110110101000110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763058; }

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

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

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

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

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

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

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

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