Html Css Color HEX #754D75 Trendy Pink

📋 copy color: '#754D75'

red 117 ◦ green 77 ◦ blue 117

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

Shades of Trendy Pink #754D75

Tints of Trendy Pink #754D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 37.62%
G = 24.76%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754D75 (or 0x754D75) is known color: Trendy Pink. HEX triplet: 75, 4D and 75. RGB value is (117,77,117). Sum of RGB (Red+Green+Blue) = 117+77+117=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #754D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D75 is #8AB28A. Grayscale: #5D5D5D. Windows color (decimal): -9089675 or 7687541. OLE color: 7687541.

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

Color convert

RGB 117 77 117 -
CMYK 0 0.34 0 0.54
HSL 300º 0.21% 0.38% -
HSV(B) 300º 0.34% 0.46% -
XYZ 13.2 10.37 18.14 -
YUV 93.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 117 77 117 0 0.34 0 0.54 300 0.21 0.38
Hex 75 4D 75 0 22 0 36 12C 15 26
Octal 165 115 165 0 42 0 66 454 25 46
Binary 1110101 1001101 1110101 0 100010 0 110110 100101100 10101 100110

Color Harmonies of #754D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D75

Black with #754D75

Text Example


Text Example

White with #754D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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