Html Css Color HEX #76587A Trendy Pink

📋 copy color: '#76587A'

red 118 ◦ green 88 ◦ blue 122

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

Shades of Trendy Pink #76587A

Tints of Trendy Pink #76587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 35.98%
G = 26.83%
B = 37.2%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76587A (or 0x76587A) is known color: Trendy Pink. HEX triplet: 76, 58 and 7A. RGB value is (118,88,122). Sum of RGB (Red+Green+Blue) = 118+88+122=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #76587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76587A is #89A785. Grayscale: #646464. Windows color (decimal): -9021318 or 8018038. OLE color: 8018038.

HSL color Cylindrical-coordinate representation of color #76587A: hue angle of 292.94º degrees, saturation: 0.16, 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 #76587A is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 88 122 -
CMYK 0.03 0.28 0 0.52
HSL 292.94º 0.16% 0.41% -
HSV(B) 292.94º 0.28% 0.48% -
XYZ 14.47 12.24 20.01 -
YUV 100.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 118 88 122 0.03 0.28 0 0.52 292.94 0.16 0.41
Hex 76 58 7A 3 1C 0 34 125 10 29
Octal 166 130 172 3 34 0 64 445 20 51
Binary 1110110 1011000 1111010 11 11100 0 110100 100100101 10000 101001

Color Harmonies of #76587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76587A

Black with #76587A

Text Example


Text Example

White with #76587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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