Html Css Color HEX #78597D Trendy Pink

📋 copy color: '#78597D'

red 120 ◦ green 89 ◦ blue 125

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

Shades of Trendy Pink #78597D

Tints of Trendy Pink #78597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 35.93%
G = 26.65%
B = 37.43%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78597D (or 0x78597D) is known color: Trendy Pink. HEX triplet: 78, 59 and 7D. RGB value is (120,89,125). Sum of RGB (Red+Green+Blue) = 120+89+125=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #78597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597D is #87A682. Grayscale: #666666. Windows color (decimal): -8889987 or 8214904. OLE color: 8214904.

HSL color Cylindrical-coordinate representation of color #78597D: hue angle of 291.67º 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 #78597D is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 89 125 -
CMYK 0.04 0.29 0 0.51
HSL 291.67º 0.17% 0.42% -
HSV(B) 291.67º 0.29% 0.49% -
XYZ 15.02 12.62 21.05 -
YUV 102.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 120 89 125 0.04 0.29 0 0.51 291.67 0.17 0.42
Hex 78 59 7D 4 1D 0 33 124 11 2A
Octal 170 131 175 4 35 0 63 444 21 52
Binary 1111000 1011001 1111101 100 11101 0 110011 100100100 10001 101010

Color Harmonies of #78597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78597D

Black with #78597D

Text Example


Text Example

White with #78597D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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