#76374F

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

Shades of Flirt #76374F

Tints of Flirt #76374F

Color information

#76374F (or 0x76374F) is unknown color: approx Flirt. HEX triplet: 76, 37 and 4F. RGB value is (118,55,79). Sum of RGB (Red+Green+Blue) = 118+55+79=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76374F is #89C8B0. Grayscale: #4C4C4C. Windows color (decimal): -9029809 or 5191542. OLE color: 5191542.

HSL color Cylindrical-coordinate representation of color #76374F: hue angle of 337.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76374F is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1185579-
CMYK00.530.330.54
HSL337.14º36.42%33.92%-
HSV(B)337.14º53.39%46.27%-
XYZ10.257.158.24-
YUV76.57129.37157.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=46.83%
G=21.83%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118557900.530.330.54337.1436.4233.92
Hex76374F03521361512422
Octal1666711706541665214442
Binary111011011011110011110110101100001110110101010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76374F; }

 p { color: rgb(118,55,79); }

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

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

 a { background-color: rgb(118,55,79); }

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

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

 span { border-color: rgb(118,55,79); }

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