Html Css Color HEX #77474E Solid Pink

📋 copy color: '#77474E'

red 119 ◦ green 71 ◦ blue 78

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

Shades of Solid Pink #77474E

Tints of Solid Pink #77474E

RGB

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

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

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

R = 44.4%
G = 26.49%
B = 29.1%

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

#77474E (or 0x77474E) is known color: Solid Pink. HEX triplet: 77, 47 and 4E. RGB value is (119,71,78). Sum of RGB (Red+Green+Blue) = 119+71+78=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77474E is #88B8B1. Grayscale: #565656. Windows color (decimal): -8960178 or 5130103. OLE color: 5130103.

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

Color convert

RGB 119 71 78 -
CMYK 0 0.40 0.34 0.53
HSL 351.25º 0.25% 0.37% -
HSV(B) 351.25º 0.4% 0.47% -
XYZ 11.24 8.98 8.35 -
YUV 86.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 119 71 78 0 0.40 0.34 0.53 351.25 0.25 0.37
Hex 77 47 4E 0 28 22 35 15F 19 25
Octal 167 107 116 0 50 42 65 537 31 45
Binary 1110111 1000111 1001110 0 101000 100010 110101 101011111 11001 100101

Color Harmonies of #77474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77474E

Black with #77474E

Text Example


Text Example

White with #77474E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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