Html Css Color HEX #78474F Solid Pink

📋 copy color: '#78474F'

red 120 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #78474F

Tints of Solid Pink #78474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 44.44%
G = 26.3%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78474F (or 0x78474F) is known color: Solid Pink. HEX triplet: 78, 47 and 4F. RGB value is (120,71,79). Sum of RGB (Red+Green+Blue) = 120+71+79=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #78474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78474F is #87B8B0. Grayscale: #565656. Windows color (decimal): -8894641 or 5195640. OLE color: 5195640.

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

Color convert

RGB 120 71 79 -
CMYK 0 0.41 0.34 0.53
HSL 350.2º 0.26% 0.37% -
HSV(B) 350.2º 0.41% 0.47% -
XYZ 11.41 9.06 8.55 -
YUV 86.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 120 71 79 0 0.41 0.34 0.53 350.2 0.26 0.37
Hex 78 47 4F 0 29 22 35 15E 1A 25
Octal 170 107 117 0 51 42 65 536 32 45
Binary 1111000 1000111 1001111 0 101001 100010 110101 101011110 11010 100101

Color Harmonies of #78474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78474F

Black with #78474F

Text Example


Text Example

White with #78474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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