#76344C

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

Shades of Flirt #76344C

Tints of Flirt #76344C

Color information

#76344C (or 0x76344C) is unknown color: approx Flirt. HEX triplet: 76, 34 and 4C. RGB value is (118,52,76). Sum of RGB (Red+Green+Blue) = 118+52+76=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76344C is #89CBB3. Grayscale: #4A4A4A. Windows color (decimal): -9030580 or 4994166. OLE color: 4994166.

HSL color Cylindrical-coordinate representation of color #76344C: hue angle of 338.18º 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 #76344C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1185276-
CMYK00.560.360.54
HSL338.18º38.82%33.33%-
HSV(B)338.18º55.93%46.27%-
XYZ106.837.63-
YUV74.47128.87159.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=47.97%
G=21.14%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118527600.560.360.54338.1838.8233.33
Hex76344C03824361522721
Octal1666411407044665224741
Binary111011011010010011000111000100100110110101010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76344C; }

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

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

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

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

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

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

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

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