#775E7B

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

Shades of Trendy Pink #775E7B

Tints of Trendy Pink #775E7B

Color information

#775E7B (or 0x775E7B) is unknown color: approx Trendy Pink. HEX triplet: 77, 5E and 7B. RGB value is (119,94,123). Sum of RGB (Red+Green+Blue) = 119+94+123=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #775E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E7B is #88A184. Grayscale: #686868. Windows color (decimal): -8954245 or 8085111. OLE color: 8085111.

HSL color Cylindrical-coordinate representation of color #775E7B: hue angle of 291.72º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #775E7B is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11994123-
CMYK0.030.2400.52
HSL291.72º13.36%42.55%-
HSV(B)291.72º23.58%48.24%-
XYZ15.1913.3620.52-
YUV104.78138.28138.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=35.42%
G=27.98%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119941230.030.2400.52291.7213.3642.55
Hex775E7B318034124d2b
Octal1671361733300644441553
Binary111011110111101111011111100001101001001001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775E7B; }

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

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

<style>
 a { background-color: #775E7B; }

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

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

<style>
 span { border-color: #775E7B; }

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

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