Html Css Color HEX #755278 Trendy Pink

📋 copy color: '#755278'

red 117 ◦ green 82 ◦ blue 120

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

Shades of Trendy Pink #755278

Tints of Trendy Pink #755278

RGB

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

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

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

R = 36.68%
G = 25.71%
B = 37.62%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755278 (or 0x755278) is known color: Trendy Pink. HEX triplet: 75, 52 and 78. RGB value is (117,82,120). Sum of RGB (Red+Green+Blue) = 117+82+120=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 120 - color contains mainly: blue. Hex color #755278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755278 is #8AAD87. Grayscale: #606060. Windows color (decimal): -9088392 or 7885429. OLE color: 7885429.

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

Color convert

RGB 117 82 120 -
CMYK 0.02 0.32 0 0.53
HSL 295.26º 0.19% 0.4% -
HSV(B) 295.26º 0.32% 0.47% -
XYZ 13.74 11.17 19.2 -
YUV 96.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 117 82 120 0.02 0.32 0 0.53 295.26 0.19 0.4
Hex 75 52 78 2 20 0 35 127 13 28
Octal 165 122 170 2 40 0 65 447 23 50
Binary 1110101 1010010 1111000 10 100000 0 110101 100100111 10011 101000

Color Harmonies of #755278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755278

Black with #755278

Text Example


Text Example

White with #755278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755278; }

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

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

background-color css

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

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

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

border-color css

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

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

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