Html Css Color HEX #775574 Trendy Pink

📋 copy color: '#775574'

red 119 ◦ green 85 ◦ blue 116

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

Shades of Trendy Pink #775574

Tints of Trendy Pink #775574

RGB

 RED value IS 119 (46.88% from 255) = 37.19%

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 37.19%
G = 26.56%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775574 (or 0x775574) is known color: Trendy Pink. HEX triplet: 77, 55 and 74. RGB value is (119,85,116). Sum of RGB (Red+Green+Blue) = 119+85+116=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775574 is #88AA8B. Grayscale: #626262. Windows color (decimal): -8956556 or 7624055. OLE color: 7624055.

HSL color Cylindrical-coordinate representation of color #775574: hue angle of 305.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775574 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 116 -
CMYK 0 0.29 0.03 0.53
HSL 305.29º 0.17% 0.4% -
HSV(B) 305.29º 0.29% 0.47% -
XYZ 14.01 11.68 18.04 -
YUV 98.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 119 85 116 0 0.29 0.03 0.53 305.29 0.17 0.4
Hex 77 55 74 0 1D 3 35 131 11 28
Octal 167 125 164 0 35 3 65 461 21 50
Binary 1110111 1010101 1110100 0 11101 11 110101 100110001 10001 101000

Color Harmonies of #775574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775574

Black with #775574

Text Example


Text Example

White with #775574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775574; }

 p { color: rgb(119,85,116); }

 H1.HeaderClassName
 {
   color: #775574;
 }
 .AnyTagClassName
 {
   color: #775574;
 }
</style>

background-color css

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

 a { background-color: rgb(119,85,116); }

 div.DivClassName
 {
   background-color: #775574;
 }
 .BgClassName
 {
   background-color: #775574;
 }
</style>

border-color css

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

 span { border-color: rgb(119,85,116); }

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