Html Css Color HEX #78474E Solid Pink

📋 copy color: '#78474E'

red 120 ◦ green 71 ◦ blue 78

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

Shades of Solid Pink #78474E

Tints of Solid Pink #78474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

 BLUE value IS 78 (30.86% from 255) = 29%

R = 44.61%
G = 26.39%
B = 29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#78474E (or 0x78474E) is known color: Solid Pink. HEX triplet: 78, 47 and 4E. RGB value is (120,71,78). Sum of RGB (Red+Green+Blue) = 120+71+78=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78474E is #87B8B1. Grayscale: #565656. Windows color (decimal): -8894642 or 5130104. OLE color: 5130104.

HSL color Cylindrical-coordinate representation of color #78474E: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78474E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 78 -
CMYK 0 0.41 0.35 0.53
HSL 351.43º 0.26% 0.37% -
HSV(B) 351.43º 0.41% 0.47% -
XYZ 11.37 9.05 8.35 -
YUV 86.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 120 71 78 0 0.41 0.35 0.53 351.43 0.26 0.37
Hex 78 47 4E 0 29 23 35 15F 1A 25
Octal 170 107 116 0 51 43 65 537 32 45
Binary 1111000 1000111 1001110 0 101001 100011 110101 101011111 11010 100101

Color Harmonies of #78474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78474E

Black with #78474E

Text Example


Text Example

White with #78474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,71,78); }

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

background-color css

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

 a { background-color: rgb(120,71,78); }

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

border-color css

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

 span { border-color: rgb(120,71,78); }

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