Html Css Color HEX #78474C Solid Pink

📋 copy color: '#78474C'

red 120 ◦ green 71 ◦ blue 76

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

Shades of Solid Pink #78474C

Tints of Solid Pink #78474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 44.94%
G = 26.59%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78474C (or 0x78474C) is known color: Solid Pink. HEX triplet: 78, 47 and 4C. RGB value is (120,71,76). Sum of RGB (Red+Green+Blue) = 120+71+76=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78474C is #87B8B3. Grayscale: #565656. Windows color (decimal): -8894644 or 4999032. OLE color: 4999032.

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

Color convert

RGB 120 71 76 -
CMYK 0 0.41 0.37 0.53
HSL 353.88º 0.26% 0.37% -
HSV(B) 353.88º 0.41% 0.47% -
XYZ 11.3 9.02 7.98 -
YUV 86.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 120 71 76 0 0.41 0.37 0.53 353.88 0.26 0.37
Hex 78 47 4C 0 29 25 35 162 1A 25
Octal 170 107 114 0 51 45 65 542 32 45
Binary 1111000 1000111 1001100 0 101001 100101 110101 101100010 11010 100101

Color Harmonies of #78474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78474C

Black with #78474C

Text Example


Text Example

White with #78474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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