Html Css Color HEX #765977 Trendy Pink

📋 copy color: '#765977'

red 118 ◦ green 89 ◦ blue 119

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

Shades of Trendy Pink #765977

Tints of Trendy Pink #765977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 36.2%
G = 27.3%
B = 36.5%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765977 (or 0x765977) is known color: Trendy Pink. HEX triplet: 76, 59 and 77. RGB value is (118,89,119). Sum of RGB (Red+Green+Blue) = 118+89+119=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #765977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765977 is #89A688. Grayscale: #656565. Windows color (decimal): -9021065 or 7821686. OLE color: 7821686.

HSL color Cylindrical-coordinate representation of color #765977: hue angle of 298º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765977 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 89 119 -
CMYK 0.01 0.25 0 0.53
HSL 298º 0.14% 0.41% -
HSV(B) 298º 0.25% 0.47% -
XYZ 14.37 12.33 19.07 -
YUV 101.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 118 89 119 0.01 0.25 0 0.53 298 0.14 0.41
Hex 76 59 77 1 19 0 35 12A E 29
Octal 166 131 167 1 31 0 65 452 16 51
Binary 1110110 1011001 1110111 1 11001 0 110101 100101010 1110 101001

Color Harmonies of #765977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765977

Black with #765977

Text Example


Text Example

White with #765977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765977; }

 p { color: rgb(118,89,119); }

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

background-color css

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

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

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

border-color css

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

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

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