Html Css Color HEX #774E50 Solid Pink

📋 copy color: '#774E50'

red 119 ◦ green 78 ◦ blue 80

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

Shades of Solid Pink #774E50

Tints of Solid Pink #774E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 42.96%
G = 28.16%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774E50 (or 0x774E50) is known color: Solid Pink. HEX triplet: 77, 4E and 50. RGB value is (119,78,80). Sum of RGB (Red+Green+Blue) = 119+78+80=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E50 is #88B1AF. Grayscale: #5A5A5A. Windows color (decimal): -8958384 or 5262967. OLE color: 5262967.

HSL color Cylindrical-coordinate representation of color #774E50: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #774E50 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 78 80 -
CMYK 0 0.34 0.33 0.53
HSL 357.07º 0.21% 0.39% -
HSV(B) 357.07º 0.34% 0.47% -
XYZ 11.78 9.95 8.89 -
YUV 90.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 119 78 80 0 0.34 0.33 0.53 357.07 0.21 0.39
Hex 77 4E 50 0 22 21 35 165 15 27
Octal 167 116 120 0 42 41 65 545 25 47
Binary 1110111 1001110 1010000 0 100010 100001 110101 101100101 10101 100111

Color Harmonies of #774E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E50

Black with #774E50

Text Example


Text Example

White with #774E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774E50; }

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

 H1.HeaderClassName
 {
   color: #774E50;
 }
 .AnyTagClassName
 {
   color: #774E50;
 }
</style>

background-color css

<style>
 a { background-color: #774E50; }

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

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

border-color css

<style>
 span { border-color: #774E50; }

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

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