#763454

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

Shades of Flirt #763454

Tints of Flirt #763454

Color information

#763454 (or 0x763454) is unknown color: approx Flirt. HEX triplet: 76, 34 and 54. RGB value is (118,52,84). Sum of RGB (Red+Green+Blue) = 118+52+84=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763454 is #89CBAB. Grayscale: #4B4B4B. Windows color (decimal): -9030572 or 5518454. OLE color: 5518454.

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

Color convert

RGB1185284-
CMYK00.560.290.54
HSL330.91º38.82%33.33%-
HSV(B)330.91º55.93%46.27%-
XYZ10.36.959.19-
YUV75.38132.87158.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=46.46%
G=20.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118528400.560.290.54330.9138.8233.33
Hex7634540381D3614b2721
Octal1666412407035665134741
Binary11101101101001010100011100011101110110101001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763454; }

 p { color: rgb(118,52,84); }

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

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

 a { background-color: rgb(118,52,84); }

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

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

 span { border-color: rgb(118,52,84); }

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