#762C45

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

Shades of Flirt #762C45

Tints of Flirt #762C45

Color information

#762C45 (or 0x762C45) is unknown color: approx Flirt. HEX triplet: 76, 2C and 45. RGB value is (118,44,69). Sum of RGB (Red+Green+Blue) = 118+44+69=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #762C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C45 is #89D3BA. Grayscale: #444444. Windows color (decimal): -9032635 or 4533366. OLE color: 4533366.

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

Color convert

RGB1184469-
CMYK00.630.420.54
HSL339.73º45.68%31.76%-
HSV(B)339.73º62.71%46.27%-
XYZ9.456.086.31-
YUV68.98128.02162.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=51.08%
G=19.05%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118446900.630.420.54339.7345.6831.76
Hex762C4503F2A361542e20
Octal1665410507752665245640
Binary111011010110010001010111111101010110110101010100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762C45; }

 p { color: rgb(118,44,69); }

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

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

 a { background-color: rgb(118,44,69); }

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

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

 span { border-color: rgb(118,44,69); }

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