Html Css Color HEX #755679 Trendy Pink

📋 copy color: '#755679'

red 117 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #755679

Tints of Trendy Pink #755679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 36.11%
G = 26.54%
B = 37.35%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755679 (or 0x755679) is known color: Trendy Pink. HEX triplet: 75, 56 and 79. RGB value is (117,86,121). Sum of RGB (Red+Green+Blue) = 117+86+121=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #755679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755679 is #8AA986. Grayscale: #636363. Windows color (decimal): -9087367 or 7951989. OLE color: 7951989.

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

Color convert

RGB 117 86 121 -
CMYK 0.03 0.29 0 0.53
HSL 293.14º 0.17% 0.41% -
HSV(B) 293.14º 0.29% 0.47% -
XYZ 14.12 11.82 19.63 -
YUV 99.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 117 86 121 0.03 0.29 0 0.53 293.14 0.17 0.41
Hex 75 56 79 3 1D 0 35 125 11 29
Octal 165 126 171 3 35 0 65 445 21 51
Binary 1110101 1010110 1111001 11 11101 0 110101 100100101 10001 101001

Color Harmonies of #755679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755679

Black with #755679

Text Example


Text Example

White with #755679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755679; }

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

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

background-color css

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

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

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

border-color css

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

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

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