Html Css Color HEX #76557A Trendy Pink

📋 copy color: '#76557A'

red 118 ◦ green 85 ◦ blue 122

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

Shades of Trendy Pink #76557A

Tints of Trendy Pink #76557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 36.31%
G = 26.15%
B = 37.54%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76557A (or 0x76557A) is known color: Trendy Pink. HEX triplet: 76, 55 and 7A. RGB value is (118,85,122). Sum of RGB (Red+Green+Blue) = 118+85+122=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #76557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76557A is #89AA85. Grayscale: #626262. Windows color (decimal): -9022086 or 8017270. OLE color: 8017270.

HSL color Cylindrical-coordinate representation of color #76557A: hue angle of 293.51º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76557A is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 85 122 -
CMYK 0.03 0.30 0 0.52
HSL 293.51º 0.18% 0.41% -
HSV(B) 293.51º 0.3% 0.48% -
XYZ 14.23 11.75 19.93 -
YUV 99.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 118 85 122 0.03 0.30 0 0.52 293.51 0.18 0.41
Hex 76 55 7A 3 1E 0 34 126 12 29
Octal 166 125 172 3 36 0 64 446 22 51
Binary 1110110 1010101 1111010 11 11110 0 110100 100100110 10010 101001

Color Harmonies of #76557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76557A

Black with #76557A

Text Example


Text Example

White with #76557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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