Html Css Color HEX #78597B Trendy Pink

📋 copy color: '#78597B'

red 120 ◦ green 89 ◦ blue 123

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

Shades of Trendy Pink #78597B

Tints of Trendy Pink #78597B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 36.14%
G = 26.81%
B = 37.05%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#78597B (or 0x78597B) is known color: Trendy Pink. HEX triplet: 78, 59 and 7B. RGB value is (120,89,123). Sum of RGB (Red+Green+Blue) = 120+89+123=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #78597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597B is #87A684. Grayscale: #666666. Windows color (decimal): -8889989 or 8083832. OLE color: 8083832.

HSL color Cylindrical-coordinate representation of color #78597B: hue angle of 294.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78597B is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 120 89 123 -
CMYK 0.02 0.28 0 0.52
HSL 294.71º 0.16% 0.42% -
HSV(B) 294.71º 0.28% 0.48% -
XYZ 14.89 12.57 20.38 -
YUV 102.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 120 89 123 0.02 0.28 0 0.52 294.71 0.16 0.42
Hex 78 59 7B 2 1C 0 34 127 10 2A
Octal 170 131 173 2 34 0 64 447 20 52
Binary 1111000 1011001 1111011 10 11100 0 110100 100100111 10000 101010

Color Harmonies of #78597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78597B

Black with #78597B

Text Example


Text Example

White with #78597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78597B; }

 p { color: rgb(120,89,123); }

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

background-color css

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

 a { background-color: rgb(120,89,123); }

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

border-color css

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

 span { border-color: rgb(120,89,123); }

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