Html Css Color HEX #754D72 Trendy Pink

📋 copy color: '#754D72'

red 117 ◦ green 77 ◦ blue 114

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

Shades of Trendy Pink #754D72

Tints of Trendy Pink #754D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 37.99%
G = 25%
B = 37.01%

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

#754D72 (or 0x754D72) is known color: Trendy Pink. HEX triplet: 75, 4D and 72. RGB value is (117,77,114). Sum of RGB (Red+Green+Blue) = 117+77+114=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #754D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D72 is #8AB28D. Grayscale: #5D5D5D. Windows color (decimal): -9089678 or 7490933. OLE color: 7490933.

HSL color Cylindrical-coordinate representation of color #754D72: hue angle of 304.5º 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 #754D72 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 114 -
CMYK 0 0.34 0.03 0.54
HSL 304.5º 0.21% 0.38% -
HSV(B) 304.5º 0.34% 0.46% -
XYZ 13.03 10.3 17.22 -
YUV 93.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 117 77 114 0 0.34 0.03 0.54 304.5 0.21 0.38
Hex 75 4D 72 0 22 3 36 130 15 26
Octal 165 115 162 0 42 3 66 460 25 46
Binary 1110101 1001101 1110010 0 100010 11 110110 100110000 10101 100110

Color Harmonies of #754D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D72

Black with #754D72

Text Example


Text Example

White with #754D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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