Html Css Color HEX #755675 Trendy Pink

📋 copy color: '#755675'

red 117 ◦ green 86 ◦ blue 117

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

Shades of Trendy Pink #755675

Tints of Trendy Pink #755675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.88%

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

R = 36.56%
G = 26.88%
B = 36.56%

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

#755675 (or 0x755675) is known color: Trendy Pink. HEX triplet: 75, 56 and 75. RGB value is (117,86,117). Sum of RGB (Red+Green+Blue) = 117+86+117=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755675 is #8AA98A. Grayscale: #626262. Windows color (decimal): -9087371 or 7689845. OLE color: 7689845.

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

Color convert

RGB 117 86 117 -
CMYK 0 0.26 0 0.54
HSL 300º 0.15% 0.4% -
HSV(B) 300º 0.26% 0.46% -
XYZ 13.87 11.72 18.36 -
YUV 98.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 117 86 117 0 0.26 0 0.54 300 0.15 0.4
Hex 75 56 75 0 1A 0 36 12C F 28
Octal 165 126 165 0 32 0 66 454 17 50
Binary 1110101 1010110 1110101 0 11010 0 110110 100101100 1111 101000

Color Harmonies of #755675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755675

Black with #755675

Text Example


Text Example

White with #755675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755675; }

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

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

background-color css

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

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

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

border-color css

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

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

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