Html Css Color HEX #755378 Trendy Pink

📋 copy color: '#755378'

red 117 ◦ green 83 ◦ blue 120

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

Shades of Trendy Pink #755378

Tints of Trendy Pink #755378

RGB

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

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

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

R = 36.56%
G = 25.94%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#755378 (or 0x755378) is known color: Trendy Pink. HEX triplet: 75, 53 and 78. RGB value is (117,83,120). Sum of RGB (Red+Green+Blue) = 117+83+120=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #755378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755378 is #8AAC87. Grayscale: #616161. Windows color (decimal): -9088136 or 7885685. OLE color: 7885685.

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

Color convert

RGB 117 83 120 -
CMYK 0.02 0.31 0 0.53
HSL 295.14º 0.18% 0.4% -
HSV(B) 295.14º 0.31% 0.47% -
XYZ 13.82 11.32 19.23 -
YUV 97.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 117 83 120 0.02 0.31 0 0.53 295.14 0.18 0.4
Hex 75 53 78 2 1F 0 35 127 12 28
Octal 165 123 170 2 37 0 65 447 22 50
Binary 1110101 1010011 1111000 10 11111 0 110101 100100111 10010 101000

Color Harmonies of #755378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755378

Black with #755378

Text Example


Text Example

White with #755378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755378; }

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

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

background-color css

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

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

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

border-color css

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

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

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