Html Css Color HEX #765577 Trendy Pink

📋 copy color: '#765577'

red 118 ◦ green 85 ◦ blue 119

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

Shades of Trendy Pink #765577

Tints of Trendy Pink #765577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 36.65%
G = 26.4%
B = 36.96%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765577 (or 0x765577) is known color: Trendy Pink. HEX triplet: 76, 55 and 77. RGB value is (118,85,119). Sum of RGB (Red+Green+Blue) = 118+85+119=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #765577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765577 is #89AA88. Grayscale: #626262. Windows color (decimal): -9022089 or 7820662. OLE color: 7820662.

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

Color convert

RGB 118 85 119 -
CMYK 0.01 0.29 0 0.53
HSL 298.24º 0.17% 0.4% -
HSV(B) 298.24º 0.29% 0.47% -
XYZ 14.05 11.68 18.97 -
YUV 98.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 118 85 119 0.01 0.29 0 0.53 298.24 0.17 0.4
Hex 76 55 77 1 1D 0 35 12A 11 28
Octal 166 125 167 1 35 0 65 452 21 50
Binary 1110110 1010101 1110111 1 11101 0 110101 100101010 10001 101000

Color Harmonies of #765577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765577

Black with #765577

Text Example


Text Example

White with #765577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765577; }

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

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

background-color css

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

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

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

border-color css

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

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

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