Html Css Color HEX #76577A Trendy Pink

📋 copy color: '#76577A'

red 118 ◦ green 87 ◦ blue 122

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

Shades of Trendy Pink #76577A

Tints of Trendy Pink #76577A

RGB

 RED value IS 118 (46.48% from 255) = 36.09%

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 36.09%
G = 26.61%
B = 37.31%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76577A (or 0x76577A) is known color: Trendy Pink. HEX triplet: 76, 57 and 7A. RGB value is (118,87,122). Sum of RGB (Red+Green+Blue) = 118+87+122=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #76577A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76577A is #89A885. Grayscale: #646464. Windows color (decimal): -9021574 or 8017782. OLE color: 8017782.

HSL color Cylindrical-coordinate representation of color #76577A: hue angle of 293.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76577A is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 87 122 -
CMYK 0.03 0.29 0 0.52
HSL 293.14º 0.17% 0.41% -
HSV(B) 293.14º 0.29% 0.48% -
XYZ 14.39 12.07 19.98 -
YUV 100.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 118 87 122 0.03 0.29 0 0.52 293.14 0.17 0.41
Hex 76 57 7A 3 1D 0 34 125 11 29
Octal 166 127 172 3 35 0 64 445 21 51
Binary 1110110 1010111 1111010 11 11101 0 110100 100100101 10001 101001

Color Harmonies of #76577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76577A

Black with #76577A

Text Example


Text Example

White with #76577A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,87,122); }

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

background-color css

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

 a { background-color: rgb(118,87,122); }

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

border-color css

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

 span { border-color: rgb(118,87,122); }

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