Html Css Color HEX #775E7B Trendy Pink

📋 copy color: '#775E7B'

red 119 ◦ green 94 ◦ blue 123

#775E7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #775E7B

Tints of Trendy Pink #775E7B

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 value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#775E7B (or 0x775E7B) is known color: 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

RGB 119 94 123 -
CMYK 0.03 0.24 0 0.52
HSL 291.72º 0.13% 0.43% -
HSV(B) 291.72º 0.24% 0.48% -
XYZ 15.19 13.36 20.52 -
YUV 104.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 119 94 123 0.03 0.24 0 0.52 291.72 0.13 0.43
Hex 77 5E 7B 3 18 0 34 124 D 2B
Octal 167 136 173 3 30 0 64 444 15 53
Binary 1110111 1011110 1111011 11 11000 0 110100 100100100 1101 101011

Color Harmonies of #775E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E7B

Black with #775E7B

Text Example


Text Example

White with #775E7B

Text Example


Text Example

HTML Codes & Css Web 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>