Html Css Color HEX #765076 Trendy Pink

📋 copy color: '#765076'

red 118 ◦ green 80 ◦ blue 118

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

Shades of Trendy Pink #765076

Tints of Trendy Pink #765076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 37.34%
G = 25.32%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#765076 (or 0x765076) is known color: Trendy Pink. HEX triplet: 76, 50 and 76. RGB value is (118,80,118). Sum of RGB (Red+Green+Blue) = 118+80+118=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #765076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765076 is #89AF89. Grayscale: #5F5F5F. Windows color (decimal): -9023370 or 7753846. OLE color: 7753846.

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

Color convert

RGB 118 80 118 -
CMYK 0 0.32 0 0.54
HSL 300º 0.19% 0.39% -
HSV(B) 300º 0.32% 0.46% -
XYZ 13.61 10.9 18.53 -
YUV 95.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 118 80 118 0 0.32 0 0.54 300 0.19 0.39
Hex 76 50 76 0 20 0 36 12C 13 27
Octal 166 120 166 0 40 0 66 454 23 47
Binary 1110110 1010000 1110110 0 100000 0 110110 100101100 10011 100111

Color Harmonies of #765076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765076

Black with #765076

Text Example


Text Example

White with #765076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765076; }

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

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

background-color css

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

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

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

border-color css

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

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

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