Html Css Color HEX #754D71 Trendy Pink

📋 copy color: '#754D71'

red 117 ◦ green 77 ◦ blue 113

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

Shades of Trendy Pink #754D71

Tints of Trendy Pink #754D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 38.11%
G = 25.08%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#754D71 (or 0x754D71) is known color: Trendy Pink. HEX triplet: 75, 4D and 71. RGB value is (117,77,113). Sum of RGB (Red+Green+Blue) = 117+77+113=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #754D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D71 is #8AB28E. Grayscale: #5C5C5C. Windows color (decimal): -9089679 or 7425397. OLE color: 7425397.

HSL color Cylindrical-coordinate representation of color #754D71: hue angle of 306º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #754D71 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 113 -
CMYK 0 0.34 0.03 0.54
HSL 306º 0.21% 0.38% -
HSV(B) 306º 0.34% 0.46% -
XYZ 12.97 10.28 16.92 -
YUV 93.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 117 77 113 0 0.34 0.03 0.54 306 0.21 0.38
Hex 75 4D 71 0 22 3 36 132 15 26
Octal 165 115 161 0 42 3 66 462 25 46
Binary 1110101 1001101 1110001 0 100010 11 110110 100110010 10101 100110

Color Harmonies of #754D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D71

Black with #754D71

Text Example


Text Example

White with #754D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D71; }

 p { color: rgb(117,77,113); }

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

background-color css

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

 a { background-color: rgb(117,77,113); }

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

border-color css

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

 span { border-color: rgb(117,77,113); }

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