Html Css Color HEX #765976 Trendy Pink

📋 copy color: '#765976'

red 118 ◦ green 89 ◦ blue 118

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

Shades of Trendy Pink #765976

Tints of Trendy Pink #765976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 36.31%
G = 27.38%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765976 (or 0x765976) is known color: Trendy Pink. HEX triplet: 76, 59 and 76. RGB value is (118,89,118). Sum of RGB (Red+Green+Blue) = 118+89+118=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765976 is #89A689. Grayscale: #646464. Windows color (decimal): -9021066 or 7756150. OLE color: 7756150.

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

Color convert

RGB 118 89 118 -
CMYK 0 0.25 0 0.54
HSL 300º 0.14% 0.41% -
HSV(B) 300º 0.25% 0.46% -
XYZ 14.31 12.3 18.76 -
YUV 100.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 118 89 118 0 0.25 0 0.54 300 0.14 0.41
Hex 76 59 76 0 19 0 36 12C E 29
Octal 166 131 166 0 31 0 66 454 16 51
Binary 1110110 1011001 1110110 0 11001 0 110110 100101100 1110 101001

Color Harmonies of #765976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765976

Black with #765976

Text Example


Text Example

White with #765976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765976; }

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

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

background-color css

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

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

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

border-color css

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

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

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