Html Css Color HEX #755875 Trendy Pink

📋 copy color: '#755875'

red 117 ◦ green 88 ◦ blue 117

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

Shades of Trendy Pink #755875

Tints of Trendy Pink #755875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

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

R = 36.34%
G = 27.33%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#755875 (or 0x755875) is known color: Trendy Pink. HEX triplet: 75, 58 and 75. RGB value is (117,88,117). Sum of RGB (Red+Green+Blue) = 117+88+117=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #755875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755875 is #8AA78A. Grayscale: #636363. Windows color (decimal): -9086859 or 7690357. OLE color: 7690357.

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

Color convert

RGB 117 88 117 -
CMYK 0 0.25 0 0.54
HSL 300º 0.14% 0.4% -
HSV(B) 300º 0.25% 0.46% -
XYZ 14.04 12.05 18.41 -
YUV 99.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 117 88 117 0 0.25 0 0.54 300 0.14 0.4
Hex 75 58 75 0 19 0 36 12C E 28
Octal 165 130 165 0 31 0 66 454 16 50
Binary 1110101 1011000 1110101 0 11001 0 110110 100101100 1110 101000

Color Harmonies of #755875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755875

Black with #755875

Text Example


Text Example

White with #755875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755875; }

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

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

background-color css

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

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

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

border-color css

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

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

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