Html Css Color HEX #755878 Trendy Pink

📋 copy color: '#755878'

red 117 ◦ green 88 ◦ blue 120

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

Shades of Trendy Pink #755878

Tints of Trendy Pink #755878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.92%

R = 36%
G = 27.08%
B = 36.92%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755878 (or 0x755878) is known color: Trendy Pink. HEX triplet: 75, 58 and 78. RGB value is (117,88,120). Sum of RGB (Red+Green+Blue) = 117+88+120=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #755878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755878 is #8AA787. Grayscale: #646464. Windows color (decimal): -9086856 or 7886965. OLE color: 7886965.

HSL color Cylindrical-coordinate representation of color #755878: hue angle of 294.38º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755878 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 88 120 -
CMYK 0.02 0.27 0 0.53
HSL 294.38º 0.15% 0.41% -
HSV(B) 294.38º 0.27% 0.47% -
XYZ 14.22 12.12 19.36 -
YUV 100.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 117 88 120 0.02 0.27 0 0.53 294.38 0.15 0.41
Hex 75 58 78 2 1B 0 35 126 F 29
Octal 165 130 170 2 33 0 65 446 17 51
Binary 1110101 1011000 1111000 10 11011 0 110101 100100110 1111 101001

Color Harmonies of #755878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755878

Black with #755878

Text Example


Text Example

White with #755878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755878; }

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

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

background-color css

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

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

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

border-color css

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

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

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