#76567B

Color #76567B Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #76567B

Tints of Trendy Pink #76567B

Color information

#76567B (or 0x76567B) is unknown color: approx Trendy Pink. HEX triplet: 76, 56 and 7B. RGB value is (118,86,123). Sum of RGB (Red+Green+Blue) = 118+86+123=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #76567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76567B is #89A984. Grayscale: #636363. Windows color (decimal): -9021829 or 8083062. OLE color: 8083062.

HSL color Cylindrical-coordinate representation of color #76567B: hue angle of 291.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76567B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11886123-
CMYK0.040.3000.52
HSL291.89º17.7%40.98%-
HSV(B)291.89º30.08%48.24%-
XYZ14.3711.9420.29-
YUV99.79141.1140.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=36.09%
G=26.30%
B=37.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118861230.040.3000.52291.8917.740.98
Hex76567B41E0341241229
Octal1661261734360644442251
Binary11101101010110111101110011110011010010010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76567B; }

 p { color: rgb(118,86,123); }

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

<style>
 a { background-color: #76567B; }

 a { background-color: rgb(118,86,123); }

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

<style>
 span { border-color: #76567B; }

 span { border-color: rgb(118,86,123); }

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