Html Css Color HEX #78597E Trendy Pink

📋 copy color: '#78597E'

red 120 ◦ green 89 ◦ blue 126

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

Shades of Trendy Pink #78597E

Tints of Trendy Pink #78597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 35.82%
G = 26.57%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78597E (or 0x78597E) is known color: Trendy Pink. HEX triplet: 78, 59 and 7E. RGB value is (120,89,126). Sum of RGB (Red+Green+Blue) = 120+89+126=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 126 - color contains mainly: blue. Hex color #78597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597E is #87A681. Grayscale: #666666. Windows color (decimal): -8889986 or 8280440. OLE color: 8280440.

HSL color Cylindrical-coordinate representation of color #78597E: hue angle of 290.27º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78597E is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 89 126 -
CMYK 0.05 0.29 0 0.51
HSL 290.27º 0.17% 0.42% -
HSV(B) 290.27º 0.29% 0.49% -
XYZ 15.08 12.64 21.38 -
YUV 102.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 120 89 126 0.05 0.29 0 0.51 290.27 0.17 0.42
Hex 78 59 7E 5 1D 0 33 122 11 2A
Octal 170 131 176 5 35 0 63 442 21 52
Binary 1111000 1011001 1111110 101 11101 0 110011 100100010 10001 101010

Color Harmonies of #78597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78597E

Black with #78597E

Text Example


Text Example

White with #78597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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