Html Css Color HEX #765579 Trendy Pink

📋 copy color: '#765579'

red 118 ◦ green 85 ◦ blue 121

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

Shades of Trendy Pink #765579

Tints of Trendy Pink #765579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 36.42%
G = 26.23%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#765579 (or 0x765579) is known color: Trendy Pink. HEX triplet: 76, 55 and 79. RGB value is (118,85,121). Sum of RGB (Red+Green+Blue) = 118+85+121=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #765579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765579 is #89AA86. Grayscale: #626262. Windows color (decimal): -9022087 or 7951734. OLE color: 7951734.

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

Color convert

RGB 118 85 121 -
CMYK 0.02 0.30 0 0.53
HSL 295º 0.17% 0.4% -
HSV(B) 295º 0.3% 0.47% -
XYZ 14.17 11.73 19.61 -
YUV 98.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 118 85 121 0.02 0.30 0 0.53 295 0.17 0.4
Hex 76 55 79 2 1E 0 35 127 11 28
Octal 166 125 171 2 36 0 65 447 21 50
Binary 1110110 1010101 1111001 10 11110 0 110101 100100111 10001 101000

Color Harmonies of #765579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765579

Black with #765579

Text Example


Text Example

White with #765579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765579; }

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

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

background-color css

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

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

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

border-color css

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

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

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