Html Css Color HEX #765676 Trendy Pink

📋 copy color: '#765676'

red 118 ◦ green 86 ◦ blue 118

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

Shades of Trendy Pink #765676

Tints of Trendy Pink #765676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 36.65%
G = 26.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765676 (or 0x765676) is known color: Trendy Pink. HEX triplet: 76, 56 and 76. RGB value is (118,86,118). Sum of RGB (Red+Green+Blue) = 118+86+118=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765676 is #89A989. Grayscale: #636363. Windows color (decimal): -9021834 or 7755382. OLE color: 7755382.

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

Color convert

RGB 118 86 118 -
CMYK 0 0.27 0 0.54
HSL 300º 0.16% 0.4% -
HSV(B) 300º 0.27% 0.46% -
XYZ 14.07 11.82 18.68 -
YUV 99.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 118 86 118 0 0.27 0 0.54 300 0.16 0.4
Hex 76 56 76 0 1B 0 36 12C 10 28
Octal 166 126 166 0 33 0 66 454 20 50
Binary 1110110 1010110 1110110 0 11011 0 110110 100101100 10000 101000

Color Harmonies of #765676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765676

Black with #765676

Text Example


Text Example

White with #765676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765676; }

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

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

background-color css

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

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

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

border-color css

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

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

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