Html Css Color HEX #77507A Trendy Pink

📋 copy color: '#77507A'

red 119 ◦ green 80 ◦ blue 122

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

Shades of Trendy Pink #77507A

Tints of Trendy Pink #77507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 37.07%
G = 24.92%
B = 38.01%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77507A (or 0x77507A) is known color: Trendy Pink. HEX triplet: 77, 50 and 7A. RGB value is (119,80,122). Sum of RGB (Red+Green+Blue) = 119+80+122=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #77507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77507A is #88AF85. Grayscale: #606060. Windows color (decimal): -8957830 or 8015991. OLE color: 8015991.

HSL color Cylindrical-coordinate representation of color #77507A: hue angle of 295.71º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77507A is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 80 122 -
CMYK 0.02 0.34 0 0.52
HSL 295.71º 0.21% 0.4% -
HSV(B) 295.71º 0.34% 0.48% -
XYZ 13.99 11.06 19.81 -
YUV 96.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 119 80 122 0.02 0.34 0 0.52 295.71 0.21 0.4
Hex 77 50 7A 2 22 0 34 128 15 28
Octal 167 120 172 2 42 0 64 450 25 50
Binary 1110111 1010000 1111010 10 100010 0 110100 100101000 10101 101000

Color Harmonies of #77507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77507A

Black with #77507A

Text Example


Text Example

White with #77507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77507A; }

 p { color: rgb(119,80,122); }

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

background-color css

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

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

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

border-color css

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

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

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