Html Css Color HEX #755275 Trendy Pink

📋 copy color: '#755275'

red 117 ◦ green 82 ◦ blue 117

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

Shades of Trendy Pink #755275

Tints of Trendy Pink #755275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

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

R = 37.03%
G = 25.95%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755275 (or 0x755275) is known color: Trendy Pink. HEX triplet: 75, 52 and 75. RGB value is (117,82,117). Sum of RGB (Red+Green+Blue) = 117+82+117=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755275 is #8AAD8A. Grayscale: #606060. Windows color (decimal): -9088395 or 7688821. OLE color: 7688821.

HSL color Cylindrical-coordinate representation of color #755275: 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.3%. Process color model (Four color, CMYK) of #755275 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 117 -
CMYK 0 0.30 0 0.54
HSL 300º 0.18% 0.39% -
HSV(B) 300º 0.3% 0.46% -
XYZ 13.56 11.1 18.26 -
YUV 96.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 117 82 117 0 0.30 0 0.54 300 0.18 0.39
Hex 75 52 75 0 1E 0 36 12C 12 27
Octal 165 122 165 0 36 0 66 454 22 47
Binary 1110101 1010010 1110101 0 11110 0 110110 100101100 10010 100111

Color Harmonies of #755275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755275

Black with #755275

Text Example


Text Example

White with #755275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755275; }

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

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

background-color css

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

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

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

border-color css

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

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

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