Html Css Color HEX #77474F Solid Pink

📋 copy color: '#77474F'

red 119 ◦ green 71 ◦ blue 79

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

Shades of Solid Pink #77474F

Tints of Solid Pink #77474F

RGB

 RED value IS 119 (46.88% from 255) = 44.24%

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

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

R = 44.24%
G = 26.39%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77474F (or 0x77474F) is known color: Solid Pink. HEX triplet: 77, 47 and 4F. RGB value is (119,71,79). Sum of RGB (Red+Green+Blue) = 119+71+79=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77474F is #88B8B0. Grayscale: #565656. Windows color (decimal): -8960177 or 5195639. OLE color: 5195639.

HSL color Cylindrical-coordinate representation of color #77474F: hue angle of 350º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77474F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 71 79 -
CMYK 0 0.40 0.34 0.53
HSL 350º 0.25% 0.37% -
HSV(B) 350º 0.4% 0.47% -
XYZ 11.27 8.99 8.54 -
YUV 86.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 119 71 79 0 0.40 0.34 0.53 350 0.25 0.37
Hex 77 47 4F 0 28 22 35 15E 19 25
Octal 167 107 117 0 50 42 65 536 31 45
Binary 1110111 1000111 1001111 0 101000 100010 110101 101011110 11001 100101

Color Harmonies of #77474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77474F

Black with #77474F

Text Example


Text Example

White with #77474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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