#76494F

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

Shades of Solid Pink #76494F

Tints of Solid Pink #76494F

Color information

#76494F (or 0x76494F) is unknown color: approx Solid Pink. HEX triplet: 76, 49 and 4F. RGB value is (118,73,79). Sum of RGB (Red+Green+Blue) = 118+73+79=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #76494F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76494F is #89B6B0. Grayscale: #575757. Windows color (decimal): -9025201 or 5196150. OLE color: 5196150.

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

Color convert

RGB1187379-
CMYK00.380.330.54
HSL352º23.56%37.45%-
HSV(B)352º38.14%46.27%-
XYZ11.279.188.58-
YUV87.14123.41150.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=43.70%
G=27.04%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118737900.380.330.5435223.5637.45
Hex76494F02621361601825
Octal16611111704641665403045
Binary111011010010011001111010011010000111011010110000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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