Html Css Color HEX #755474 Trendy Pink

📋 copy color: '#755474'

red 117 ◦ green 84 ◦ blue 116

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

Shades of Trendy Pink #755474

Tints of Trendy Pink #755474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

 BLUE value IS 116 (45.7% from 255) = 36.59%

R = 36.91%
G = 26.5%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#755474 (or 0x755474) is known color: Trendy Pink. HEX triplet: 75, 54 and 74. RGB value is (117,84,116). Sum of RGB (Red+Green+Blue) = 117+84+116=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755474 is #8AAB8B. Grayscale: #616161. Windows color (decimal): -9087884 or 7623797. OLE color: 7623797.

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

Color convert

RGB 117 84 116 -
CMYK 0 0.28 0.01 0.54
HSL 301.82º 0.16% 0.39% -
HSV(B) 301.82º 0.28% 0.46% -
XYZ 13.66 11.38 18 -
YUV 97.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 117 84 116 0 0.28 0.01 0.54 301.82 0.16 0.39
Hex 75 54 74 0 1C 1 36 12E 10 27
Octal 165 124 164 0 34 1 66 456 20 47
Binary 1110101 1010100 1110100 0 11100 1 110110 100101110 10000 100111

Color Harmonies of #755474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755474

Black with #755474

Text Example


Text Example

White with #755474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755474; }

 p { color: rgb(117,84,116); }

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

background-color css

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

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

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

border-color css

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

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

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