Html Css Color HEX #78557A Trendy Pink

📋 copy color: '#78557A'

red 120 ◦ green 85 ◦ blue 122

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

Shades of Trendy Pink #78557A

Tints of Trendy Pink #78557A

RGB

 RED value IS 120 (47.27% from 255) = 36.7%

 GREEN value IS 85 (33.59% from 255) = 25.99%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 36.7%
G = 25.99%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78557A (or 0x78557A) is known color: Trendy Pink. HEX triplet: 78, 55 and 7A. RGB value is (120,85,122). Sum of RGB (Red+Green+Blue) = 120+85+122=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #78557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78557A is #87AA85. Grayscale: #636363. Windows color (decimal): -8891014 or 8017272. OLE color: 8017272.

HSL color Cylindrical-coordinate representation of color #78557A: hue angle of 296.76º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78557A is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 85 122 -
CMYK 0.02 0.30 0 0.52
HSL 296.76º 0.18% 0.41% -
HSV(B) 296.76º 0.3% 0.48% -
XYZ 14.51 11.9 19.94 -
YUV 99.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 120 85 122 0.02 0.30 0 0.52 296.76 0.18 0.41
Hex 78 55 7A 2 1E 0 34 129 12 29
Octal 170 125 172 2 36 0 64 451 22 51
Binary 1111000 1010101 1111010 10 11110 0 110100 100101001 10010 101001

Color Harmonies of #78557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78557A

Black with #78557A

Text Example


Text Example

White with #78557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78557A; }

 p { color: rgb(120,85,122); }

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

background-color css

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

 a { background-color: rgb(120,85,122); }

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

border-color css

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

 span { border-color: rgb(120,85,122); }

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