Html Css Color HEX #78474D Solid Pink

📋 copy color: '#78474D'

red 120 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #78474D

Tints of Solid Pink #78474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 44.78%
G = 26.49%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78474D (or 0x78474D) is known color: Solid Pink. HEX triplet: 78, 47 and 4D. RGB value is (120,71,77). Sum of RGB (Red+Green+Blue) = 120+71+77=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78474D is #87B8B2. Grayscale: #565656. Windows color (decimal): -8894643 or 5064568. OLE color: 5064568.

HSL color Cylindrical-coordinate representation of color #78474D: hue angle of 352.65º 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 #78474D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 71 77 -
CMYK 0 0.41 0.36 0.53
HSL 352.65º 0.26% 0.37% -
HSV(B) 352.65º 0.41% 0.47% -
XYZ 11.34 9.04 8.17 -
YUV 86.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 120 71 77 0 0.41 0.36 0.53 352.65 0.26 0.37
Hex 78 47 4D 0 29 24 35 161 1A 25
Octal 170 107 115 0 51 44 65 541 32 45
Binary 1111000 1000111 1001101 0 101001 100100 110101 101100001 11010 100101

Color Harmonies of #78474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78474D

Black with #78474D

Text Example


Text Example

White with #78474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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