Html Css Color HEX #774C50 Solid Pink

📋 copy color: '#774C50'

red 119 ◦ green 76 ◦ blue 80

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

Shades of Solid Pink #774C50

Tints of Solid Pink #774C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

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

R = 43.27%
G = 27.64%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774C50 (or 0x774C50) is known color: Solid Pink. HEX triplet: 77, 4C and 50. RGB value is (119,76,80). Sum of RGB (Red+Green+Blue) = 119+76+80=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #774C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774C50 is #88B3AF. Grayscale: #595959. Windows color (decimal): -8958896 or 5262455. OLE color: 5262455.

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

Color convert

RGB 119 76 80 -
CMYK 0 0.36 0.33 0.53
HSL 354.42º 0.22% 0.38% -
HSV(B) 354.42º 0.36% 0.47% -
XYZ 11.64 9.67 8.84 -
YUV 89.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 119 76 80 0 0.36 0.33 0.53 354.42 0.22 0.38
Hex 77 4C 50 0 24 21 35 162 16 26
Octal 167 114 120 0 44 41 65 542 26 46
Binary 1110111 1001100 1010000 0 100100 100001 110101 101100010 10110 100110

Color Harmonies of #774C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774C50

Black with #774C50

Text Example


Text Example

White with #774C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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