Html Css Color HEX #755376 Trendy Pink

📋 copy color: '#755376'

red 117 ◦ green 83 ◦ blue 118

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

Shades of Trendy Pink #755376

Tints of Trendy Pink #755376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 36.79%
G = 26.1%
B = 37.11%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755376 (or 0x755376) is known color: Trendy Pink. HEX triplet: 75, 53 and 76. RGB value is (117,83,118). Sum of RGB (Red+Green+Blue) = 117+83+118=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #755376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755376 is #8AAC89. Grayscale: #616161. Windows color (decimal): -9088138 or 7754613. OLE color: 7754613.

HSL color Cylindrical-coordinate representation of color #755376: hue angle of 298.29º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755376 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 118 -
CMYK 0.01 0.30 0 0.54
HSL 298.29º 0.17% 0.39% -
HSV(B) 298.29º 0.3% 0.46% -
XYZ 13.7 11.28 18.59 -
YUV 97.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 117 83 118 0.01 0.30 0 0.54 298.29 0.17 0.39
Hex 75 53 76 1 1E 0 36 12A 11 27
Octal 165 123 166 1 36 0 66 452 21 47
Binary 1110101 1010011 1110110 1 11110 0 110110 100101010 10001 100111

Color Harmonies of #755376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755376

Black with #755376

Text Example


Text Example

White with #755376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755376; }

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

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

background-color css

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

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

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

border-color css

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

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

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