Html Css Color HEX #755775 Trendy Pink

📋 copy color: '#755775'

red 117 ◦ green 87 ◦ blue 117

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

Shades of Trendy Pink #755775

Tints of Trendy Pink #755775

RGB

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

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

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

R = 36.45%
G = 27.1%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755775 (or 0x755775) is known color: Trendy Pink. HEX triplet: 75, 57 and 75. RGB value is (117,87,117). Sum of RGB (Red+Green+Blue) = 117+87+117=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755775 is #8AA88A. Grayscale: #636363. Windows color (decimal): -9087115 or 7690101. OLE color: 7690101.

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

Color convert

RGB 117 87 117 -
CMYK 0 0.26 0 0.54
HSL 300º 0.15% 0.4% -
HSV(B) 300º 0.26% 0.46% -
XYZ 13.96 11.88 18.39 -
YUV 99.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 117 87 117 0 0.26 0 0.54 300 0.15 0.4
Hex 75 57 75 0 1A 0 36 12C F 28
Octal 165 127 165 0 32 0 66 454 17 50
Binary 1110101 1010111 1110101 0 11010 0 110110 100101100 1111 101000

Color Harmonies of #755775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755775

Black with #755775

Text Example


Text Example

White with #755775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755775; }

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

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

background-color css

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

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

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

border-color css

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

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

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