Html Css Color HEX #774F50 Solid Pink

📋 copy color: '#774F50'

red 119 ◦ green 79 ◦ blue 80

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

Shades of Solid Pink #774F50

Tints of Solid Pink #774F50

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 42.81%
G = 28.42%
B = 28.78%

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

#774F50 (or 0x774F50) is known color: Solid Pink. HEX triplet: 77, 4F and 50. RGB value is (119,79,80). Sum of RGB (Red+Green+Blue) = 119+79+80=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #774F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774F50 is #88B0AF. Grayscale: #5B5B5B. Windows color (decimal): -8958128 or 5263223. OLE color: 5263223.

HSL color Cylindrical-coordinate representation of color #774F50: hue angle of 358.5º degrees, saturation: 0.2, 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 #774F50 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 79 80 -
CMYK 0 0.34 0.33 0.53
HSL 358.5º 0.2% 0.39% -
HSV(B) 358.5º 0.34% 0.47% -
XYZ 11.85 10.09 8.91 -
YUV 91.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 119 79 80 0 0.34 0.33 0.53 358.5 0.2 0.39
Hex 77 4F 50 0 22 21 35 166 14 27
Octal 167 117 120 0 42 41 65 546 24 47
Binary 1110111 1001111 1010000 0 100010 100001 110101 101100110 10100 100111

Color Harmonies of #774F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774F50

Black with #774F50

Text Example


Text Example

White with #774F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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