Html Css Color HEX #765876 Trendy Pink

📋 copy color: '#765876'

red 118 ◦ green 88 ◦ blue 118

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

Shades of Trendy Pink #765876

Tints of Trendy Pink #765876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 36.42%
G = 27.16%
B = 36.42%

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

#765876 (or 0x765876) is known color: Trendy Pink. HEX triplet: 76, 58 and 76. RGB value is (118,88,118). Sum of RGB (Red+Green+Blue) = 118+88+118=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765876 is #89A789. Grayscale: #646464. Windows color (decimal): -9021322 or 7755894. OLE color: 7755894.

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

Color convert

RGB 118 88 118 -
CMYK 0 0.25 0 0.54
HSL 300º 0.15% 0.4% -
HSV(B) 300º 0.25% 0.46% -
XYZ 14.23 12.14 18.73 -
YUV 100.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 118 88 118 0 0.25 0 0.54 300 0.15 0.4
Hex 76 58 76 0 19 0 36 12C F 28
Octal 166 130 166 0 31 0 66 454 17 50
Binary 1110110 1011000 1110110 0 11001 0 110110 100101100 1111 101000

Color Harmonies of #765876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765876

Black with #765876

Text Example


Text Example

White with #765876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765876; }

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

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

background-color css

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

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

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

border-color css

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

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

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