Html Css Color HEX #755377 Trendy Pink

📋 copy color: '#755377'

red 117 ◦ green 83 ◦ blue 119

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

Shades of Trendy Pink #755377

Tints of Trendy Pink #755377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 36.68%
G = 26.02%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755377 (or 0x755377) is known color: Trendy Pink. HEX triplet: 75, 53 and 77. RGB value is (117,83,119). Sum of RGB (Red+Green+Blue) = 117+83+119=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #755377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755377 is #8AAC88. Grayscale: #616161. Windows color (decimal): -9088137 or 7820149. OLE color: 7820149.

HSL color Cylindrical-coordinate representation of color #755377: hue angle of 296.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755377 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 83 119 -
CMYK 0.02 0.30 0 0.53
HSL 296.67º 0.18% 0.4% -
HSV(B) 296.67º 0.3% 0.47% -
XYZ 13.76 11.3 18.91 -
YUV 97.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 117 83 119 0.02 0.30 0 0.53 296.67 0.18 0.4
Hex 75 53 77 2 1E 0 35 129 12 28
Octal 165 123 167 2 36 0 65 451 22 50
Binary 1110101 1010011 1110111 10 11110 0 110101 100101001 10010 101000

Color Harmonies of #755377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755377

Black with #755377

Text Example


Text Example

White with #755377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755377; }

 p { color: rgb(117,83,119); }

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

background-color css

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

 a { background-color: rgb(117,83,119); }

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

border-color css

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

 span { border-color: rgb(117,83,119); }

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