#77567B

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

Shades of Trendy Pink #77567B

Tints of Trendy Pink #77567B

Color information

#77567B (or 0x77567B) is unknown color: approx Trendy Pink. HEX triplet: 77, 56 and 7B. RGB value is (119,86,123). Sum of RGB (Red+Green+Blue) = 119+86+123=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #77567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77567B is #88A984. Grayscale: #636363. Windows color (decimal): -8956293 or 8083063. OLE color: 8083063.

HSL color Cylindrical-coordinate representation of color #77567B: hue angle of 293.51º 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 #77567B is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11986123-
CMYK0.030.3000.52
HSL293.51º17.7%40.98%-
HSV(B)293.51º30.08%48.24%-
XYZ14.5112.0120.29-
YUV100.08140.93141.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=36.28%
G=26.22%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119861230.030.3000.52293.5117.740.98
Hex77567B31E0341261229
Octal1671261733360644462251
Binary1110111101011011110111111110011010010010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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