Html Css Color HEX #755375 Trendy Pink

📋 copy color: '#755375'

red 117 ◦ green 83 ◦ blue 117

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

Shades of Trendy Pink #755375

Tints of Trendy Pink #755375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 36.91%
G = 26.18%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755375 (or 0x755375) is known color: Trendy Pink. HEX triplet: 75, 53 and 75. RGB value is (117,83,117). Sum of RGB (Red+Green+Blue) = 117+83+117=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755375 is #8AAC8A. Grayscale: #606060. Windows color (decimal): -9088139 or 7689077. OLE color: 7689077.

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

Color convert

RGB 117 83 117 -
CMYK 0 0.29 0 0.54
HSL 300º 0.17% 0.39% -
HSV(B) 300º 0.29% 0.46% -
XYZ 13.64 11.25 18.28 -
YUV 97.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 117 83 117 0 0.29 0 0.54 300 0.17 0.39
Hex 75 53 75 0 1D 0 36 12C 11 27
Octal 165 123 165 0 35 0 66 454 21 47
Binary 1110101 1010011 1110101 0 11101 0 110110 100101100 10001 100111

Color Harmonies of #755375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755375

Black with #755375

Text Example


Text Example

White with #755375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755375; }

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

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

background-color css

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

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

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

border-color css

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

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

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