Html Css Color HEX #765D77 Trendy Pink

📋 copy color: '#765D77'

red 118 ◦ green 93 ◦ blue 119

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

Shades of Trendy Pink #765D77

Tints of Trendy Pink #765D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 35.76%
G = 28.18%
B = 36.06%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765D77 (or 0x765D77) is known color: Trendy Pink. HEX triplet: 76, 5D and 77. RGB value is (118,93,119). Sum of RGB (Red+Green+Blue) = 118+93+119=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #765D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D77 is #89A288. Grayscale: #676767. Windows color (decimal): -9020041 or 7822710. OLE color: 7822710.

HSL color Cylindrical-coordinate representation of color #765D77: hue angle of 297.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765D77 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 93 119 -
CMYK 0.01 0.22 0 0.53
HSL 297.69º 0.12% 0.42% -
HSV(B) 297.69º 0.22% 0.47% -
XYZ 14.72 13.01 19.19 -
YUV 103.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 118 93 119 0.01 0.22 0 0.53 297.69 0.12 0.42
Hex 76 5D 77 1 16 0 35 12A C 2A
Octal 166 135 167 1 26 0 65 452 14 52
Binary 1110110 1011101 1110111 1 10110 0 110101 100101010 1100 101010

Color Harmonies of #765D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D77

Black with #765D77

Text Example


Text Example

White with #765D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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