#76484F

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

Shades of Solid Pink #76484F

Tints of Solid Pink #76484F

Color information

#76484F (or 0x76484F) is unknown color: approx Solid Pink. HEX triplet: 76, 48 and 4F. RGB value is (118,72,79). Sum of RGB (Red+Green+Blue) = 118+72+79=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #76484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76484F is #89B7B0. Grayscale: #565656. Windows color (decimal): -9025457 or 5195894. OLE color: 5195894.

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

Color convert

RGB1187279-
CMYK00.390.330.54
HSL350.87º24.21%37.25%-
HSV(B)350.87º38.98%46.27%-
XYZ11.29.058.55-
YUV86.55123.74150.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=43.87%
G=26.77%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118727900.390.330.54350.8724.2137.25
Hex76484F027213615f1825
Octal16611011704741665373045
Binary111011010010001001111010011110000111011010101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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