Html Css Color HEX #765B76 Trendy Pink

📋 copy color: '#765B76'

red 118 ◦ green 91 ◦ blue 118

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

Shades of Trendy Pink #765B76

Tints of Trendy Pink #765B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 36.09%
G = 27.83%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765B76 (or 0x765B76) is known color: Trendy Pink. HEX triplet: 76, 5B and 76. RGB value is (118,91,118). Sum of RGB (Red+Green+Blue) = 118+91+118=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B76 is #89A489. Grayscale: #666666. Windows color (decimal): -9020554 or 7756662. OLE color: 7756662.

HSL color Cylindrical-coordinate representation of color #765B76: 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.23%. Process color model (Four color, CMYK) of #765B76 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 118 -
CMYK 0 0.23 0 0.54
HSL 300º 0.13% 0.41% -
HSV(B) 300º 0.23% 0.46% -
XYZ 14.48 12.64 18.82 -
YUV 102.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 118 91 118 0 0.23 0 0.54 300 0.13 0.41
Hex 76 5B 76 0 17 0 36 12C D 29
Octal 166 133 166 0 27 0 66 454 15 51
Binary 1110110 1011011 1110110 0 10111 0 110110 100101100 1101 101001

Color Harmonies of #765B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B76

Black with #765B76

Text Example


Text Example

White with #765B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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