Html Css Color HEX #765A76 Trendy Pink

📋 copy color: '#765A76'

red 118 ◦ green 90 ◦ blue 118

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

Shades of Trendy Pink #765A76

Tints of Trendy Pink #765A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 36.2%
G = 27.61%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765A76 (or 0x765A76) is known color: Trendy Pink. HEX triplet: 76, 5A and 76. RGB value is (118,90,118). Sum of RGB (Red+Green+Blue) = 118+90+118=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A76 is #89A589. Grayscale: #656565. Windows color (decimal): -9020810 or 7756406. OLE color: 7756406.

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

Color convert

RGB 118 90 118 -
CMYK 0 0.24 0 0.54
HSL 300º 0.13% 0.41% -
HSV(B) 300º 0.24% 0.46% -
XYZ 14.4 12.47 18.79 -
YUV 101.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 118 90 118 0 0.24 0 0.54 300 0.13 0.41
Hex 76 5A 76 0 18 0 36 12C D 29
Octal 166 132 166 0 30 0 66 454 15 51
Binary 1110110 1011010 1110110 0 11000 0 110110 100101100 1101 101001

Color Harmonies of #765A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A76

Black with #765A76

Text Example


Text Example

White with #765A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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