Html Css Color HEX #775277 Trendy Pink

📋 copy color: '#775277'

red 119 ◦ green 82 ◦ blue 119

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

Shades of Trendy Pink #775277

Tints of Trendy Pink #775277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 37.19%
G = 25.63%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#775277 (or 0x775277) is known color: Trendy Pink. HEX triplet: 77, 52 and 77. RGB value is (119,82,119). Sum of RGB (Red+Green+Blue) = 119+82+119=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #775277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775277 is #88AD88. Grayscale: #616161. Windows color (decimal): -8957321 or 7819895. OLE color: 7819895.

HSL color Cylindrical-coordinate representation of color #775277: hue angle of 300º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775277 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 119 -
CMYK 0 0.31 0 0.53
HSL 300º 0.18% 0.39% -
HSV(B) 300º 0.31% 0.47% -
XYZ 13.95 11.29 18.9 -
YUV 97.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 119 82 119 0 0.31 0 0.53 300 0.18 0.39
Hex 77 52 77 0 1F 0 35 12C 12 27
Octal 167 122 167 0 37 0 65 454 22 47
Binary 1110111 1010010 1110111 0 11111 0 110101 100101100 10010 100111

Color Harmonies of #775277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775277

Black with #775277

Text Example


Text Example

White with #775277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775277; }

 p { color: rgb(119,82,119); }

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

background-color css

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

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

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

border-color css

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

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

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