Html Css Color HEX #75557A Trendy Pink

📋 copy color: '#75557A'

red 117 ◦ green 85 ◦ blue 122

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

Shades of Trendy Pink #75557A

Tints of Trendy Pink #75557A

RGB

 RED value IS 117 (46.09% from 255) = 36.11%

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

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

R = 36.11%
G = 26.23%
B = 37.65%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75557A (or 0x75557A) is known color: Trendy Pink. HEX triplet: 75, 55 and 7A. RGB value is (117,85,122). Sum of RGB (Red+Green+Blue) = 117+85+122=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #75557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75557A is #8AAA85. Grayscale: #626262. Windows color (decimal): -9087622 or 8017269. OLE color: 8017269.

HSL color Cylindrical-coordinate representation of color #75557A: hue angle of 291.89º 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 #75557A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 85 122 -
CMYK 0.04 0.30 0 0.52
HSL 291.89º 0.18% 0.41% -
HSV(B) 291.89º 0.3% 0.48% -
XYZ 14.1 11.68 19.92 -
YUV 98.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 117 85 122 0.04 0.30 0 0.52 291.89 0.18 0.41
Hex 75 55 7A 4 1E 0 34 124 12 29
Octal 165 125 172 4 36 0 64 444 22 51
Binary 1110101 1010101 1111010 100 11110 0 110100 100100100 10010 101001

Color Harmonies of #75557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75557A

Black with #75557A

Text Example


Text Example

White with #75557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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