Html Css Color HEX #765476 Trendy Pink

📋 copy color: '#765476'

red 118 ◦ green 84 ◦ blue 118

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

Shades of Trendy Pink #765476

Tints of Trendy Pink #765476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 36.88%
G = 26.25%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765476 (or 0x765476) is known color: Trendy Pink. HEX triplet: 76, 54 and 76. RGB value is (118,84,118). Sum of RGB (Red+Green+Blue) = 118+84+118=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765476 is #89AB89. Grayscale: #616161. Windows color (decimal): -9022346 or 7754870. OLE color: 7754870.

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

Color convert

RGB 118 84 118 -
CMYK 0 0.29 0 0.54
HSL 300º 0.17% 0.4% -
HSV(B) 300º 0.29% 0.46% -
XYZ 13.91 11.5 18.63 -
YUV 98.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 118 84 118 0 0.29 0 0.54 300 0.17 0.4
Hex 76 54 76 0 1D 0 36 12C 11 28
Octal 166 124 166 0 35 0 66 454 21 50
Binary 1110110 1010100 1110110 0 11101 0 110110 100101100 10001 101000

Color Harmonies of #765476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765476

Black with #765476

Text Example


Text Example

White with #765476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765476; }

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

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

background-color css

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

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

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

border-color css

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

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

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