Html Css Color HEX #755175 Trendy Pink

📋 copy color: '#755175'

red 117 ◦ green 81 ◦ blue 117

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

Shades of Trendy Pink #755175

Tints of Trendy Pink #755175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 37.14%
G = 25.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755175 (or 0x755175) is known color: Trendy Pink. HEX triplet: 75, 51 and 75. RGB value is (117,81,117). Sum of RGB (Red+Green+Blue) = 117+81+117=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755175 is #8AAE8A. Grayscale: #5F5F5F. Windows color (decimal): -9088651 or 7688565. OLE color: 7688565.

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

Color convert

RGB 117 81 117 -
CMYK 0 0.31 0 0.54
HSL 300º 0.18% 0.39% -
HSV(B) 300º 0.31% 0.46% -
XYZ 13.49 10.95 18.23 -
YUV 95.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 117 81 117 0 0.31 0 0.54 300 0.18 0.39
Hex 75 51 75 0 1F 0 36 12C 12 27
Octal 165 121 165 0 37 0 66 454 22 47
Binary 1110101 1010001 1110101 0 11111 0 110110 100101100 10010 100111

Color Harmonies of #755175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755175

Black with #755175

Text Example


Text Example

White with #755175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755175; }

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

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

background-color css

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

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

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

border-color css

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

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

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