#77567D

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

Shades of Trendy Pink #77567D

Tints of Trendy Pink #77567D

Color information

#77567D (or 0x77567D) is unknown color: approx Trendy Pink. HEX triplet: 77, 56 and 7D. RGB value is (119,86,125). Sum of RGB (Red+Green+Blue) = 119+86+125=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #77567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77567D is #88A982. Grayscale: #646464. Windows color (decimal): -8956291 or 8214135. OLE color: 8214135.

HSL color Cylindrical-coordinate representation of color #77567D: hue angle of 290.77º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77567D is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11986125-
CMYK0.050.3100.51
HSL290.77º18.48%41.37%-
HSV(B)290.77º31.2%49.02%-
XYZ14.6412.0620.96-
YUV100.31141.93141.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=36.06%
G=26.06%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119861250.050.3100.51290.7718.4841.37
Hex77567D51F0331231229
Octal1671261755370634432251
Binary11101111010110111110110111111011001110010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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