Html Css Color HEX #755979 Trendy Pink

📋 copy color: '#755979'

red 117 ◦ green 89 ◦ blue 121

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

Shades of Trendy Pink #755979

Tints of Trendy Pink #755979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 121 (47.66% from 255) = 37%

R = 35.78%
G = 27.22%
B = 37%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755979 (or 0x755979) is known color: Trendy Pink. HEX triplet: 75, 59 and 79. RGB value is (117,89,121). Sum of RGB (Red+Green+Blue) = 117+89+121=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #755979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755979 is #8AA686. Grayscale: #646464. Windows color (decimal): -9086599 or 7952757. OLE color: 7952757.

HSL color Cylindrical-coordinate representation of color #755979: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #755979 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 89 121 -
CMYK 0.03 0.26 0 0.53
HSL 292.5º 0.15% 0.41% -
HSV(B) 292.5º 0.26% 0.47% -
XYZ 14.36 12.31 19.71 -
YUV 101.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 117 89 121 0.03 0.26 0 0.53 292.5 0.15 0.41
Hex 75 59 79 3 1A 0 35 124 F 29
Octal 165 131 171 3 32 0 65 444 17 51
Binary 1110101 1011001 1111001 11 11010 0 110101 100100100 1111 101001

Color Harmonies of #755979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755979

Black with #755979

Text Example


Text Example

White with #755979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755979; }

 p { color: rgb(117,89,121); }

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

background-color css

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

 a { background-color: rgb(117,89,121); }

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

border-color css

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

 span { border-color: rgb(117,89,121); }

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