Html Css Color HEX #754E76 Trendy Pink

📋 copy color: '#754E76'

red 117 ◦ green 78 ◦ blue 118

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

Shades of Trendy Pink #754E76

Tints of Trendy Pink #754E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 37.38%
G = 24.92%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#754E76 (or 0x754E76) is known color: Trendy Pink. HEX triplet: 75, 4E and 76. RGB value is (117,78,118). Sum of RGB (Red+Green+Blue) = 117+78+118=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #754E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E76 is #8AB189. Grayscale: #5E5E5E. Windows color (decimal): -9089418 or 7753333. OLE color: 7753333.

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

Color convert

RGB 117 78 118 -
CMYK 0.01 0.34 0 0.54
HSL 298.5º 0.2% 0.38% -
HSV(B) 298.5º 0.34% 0.46% -
XYZ 13.33 10.54 18.47 -
YUV 94.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 117 78 118 0.01 0.34 0 0.54 298.5 0.2 0.38
Hex 75 4E 76 1 22 0 36 12A 14 26
Octal 165 116 166 1 42 0 66 452 24 46
Binary 1110101 1001110 1110110 1 100010 0 110110 100101010 10100 100110

Color Harmonies of #754E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E76

Black with #754E76

Text Example


Text Example

White with #754E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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