Html Css Color HEX #76587B Trendy Pink

📋 copy color: '#76587B'

red 118 ◦ green 88 ◦ blue 123

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

Shades of Trendy Pink #76587B

Tints of Trendy Pink #76587B

RGB

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

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

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

R = 35.87%
G = 26.75%
B = 37.39%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76587B (or 0x76587B) is known color: Trendy Pink. HEX triplet: 76, 58 and 7B. RGB value is (118,88,123). Sum of RGB (Red+Green+Blue) = 118+88+123=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #76587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76587B is #89A784. Grayscale: #646464. Windows color (decimal): -9021317 or 8083574. OLE color: 8083574.

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

Color convert

RGB 118 88 123 -
CMYK 0.04 0.28 0 0.52
HSL 291.43º 0.17% 0.41% -
HSV(B) 291.43º 0.28% 0.48% -
XYZ 14.54 12.26 20.34 -
YUV 100.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 118 88 123 0.04 0.28 0 0.52 291.43 0.17 0.41
Hex 76 58 7B 4 1C 0 34 123 11 29
Octal 166 130 173 4 34 0 64 443 21 51
Binary 1110110 1011000 1111011 100 11100 0 110100 100100011 10001 101001

Color Harmonies of #76587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76587B

Black with #76587B

Text Example


Text Example

White with #76587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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