Html Css Color HEX #755774 Trendy Pink

📋 copy color: '#755774'

red 117 ◦ green 87 ◦ blue 116

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

Shades of Trendy Pink #755774

Tints of Trendy Pink #755774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 36.56%
G = 27.19%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#755774 (or 0x755774) is known color: Trendy Pink. HEX triplet: 75, 57 and 74. RGB value is (117,87,116). Sum of RGB (Red+Green+Blue) = 117+87+116=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #755774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755774 is #8AA88B. Grayscale: #636363. Windows color (decimal): -9087116 or 7624565. OLE color: 7624565.

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

Color convert

RGB 117 87 116 -
CMYK 0 0.26 0.01 0.54
HSL 302º 0.15% 0.4% -
HSV(B) 302º 0.26% 0.46% -
XYZ 13.9 11.86 18.08 -
YUV 99.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 117 87 116 0 0.26 0.01 0.54 302 0.15 0.4
Hex 75 57 74 0 1A 1 36 12E F 28
Octal 165 127 164 0 32 1 66 456 17 50
Binary 1110101 1010111 1110100 0 11010 1 110110 100101110 1111 101000

Color Harmonies of #755774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755774

Black with #755774

Text Example


Text Example

White with #755774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755774; }

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

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

background-color css

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

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

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

border-color css

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

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

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