#762543

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

Shades of Flirt #762543

Tints of Flirt #762543

Color information

#762543 (or 0x762543) is unknown color: approx Flirt. HEX triplet: 76, 25 and 43. RGB value is (118,37,67). Sum of RGB (Red+Green+Blue) = 118+37+67=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762543 is #89DABC. Grayscale: #404040. Windows color (decimal): -9034429 or 4400502. OLE color: 4400502.

HSL color Cylindrical-coordinate representation of color #762543: hue angle of 337.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762543 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1183767-
CMYK00.690.430.54
HSL337.78º52.26%30.39%-
HSV(B)337.78º68.64%46.27%-
XYZ9.155.585.91-
YUV64.64129.34166.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=53.15%
G=16.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118376700.690.430.54337.7852.2630.39
Hex7625430452B36152341e
Octal16645103010553665226436
Binary111011010010110000110100010110101111011010101001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762543; }

 p { color: rgb(118,37,67); }

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

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

 a { background-color: rgb(118,37,67); }

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

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

 span { border-color: rgb(118,37,67); }

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