Html Css Color HEX #76517B Trendy Pink

📋 copy color: '#76517B'

red 118 ◦ green 81 ◦ blue 123

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

Shades of Trendy Pink #76517B

Tints of Trendy Pink #76517B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 36.65%
G = 25.16%
B = 38.2%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76517B (or 0x76517B) is known color: Trendy Pink. HEX triplet: 76, 51 and 7B. RGB value is (118,81,123). Sum of RGB (Red+Green+Blue) = 118+81+123=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #76517B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76517B is #89AE84. Grayscale: #606060. Windows color (decimal): -9023109 or 8081782. OLE color: 8081782.

HSL color Cylindrical-coordinate representation of color #76517B: hue angle of 292.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76517B is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 81 123 -
CMYK 0.04 0.34 0 0.52
HSL 292.86º 0.21% 0.4% -
HSV(B) 292.86º 0.34% 0.48% -
XYZ 13.99 11.17 20.16 -
YUV 96.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 118 81 123 0.04 0.34 0 0.52 292.86 0.21 0.4
Hex 76 51 7B 4 22 0 34 125 15 28
Octal 166 121 173 4 42 0 64 445 25 50
Binary 1110110 1010001 1111011 100 100010 0 110100 100100101 10101 101000

Color Harmonies of #76517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76517B

Black with #76517B

Text Example


Text Example

White with #76517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76517B; }

 p { color: rgb(118,81,123); }

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

background-color css

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

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

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

border-color css

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

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

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