Html Css Color HEX #774E4F Solid Pink

📋 copy color: '#774E4F'

red 119 ◦ green 78 ◦ blue 79

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

Shades of Solid Pink #774E4F

Tints of Solid Pink #774E4F

RGB

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

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

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

R = 43.12%
G = 28.26%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#774E4F (or 0x774E4F) is known color: Solid Pink. HEX triplet: 77, 4E and 4F. RGB value is (119,78,79). Sum of RGB (Red+Green+Blue) = 119+78+79=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #774E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E4F is #88B1B0. Grayscale: #5A5A5A. Windows color (decimal): -8958385 or 5197431. OLE color: 5197431.

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

Color convert

RGB 119 78 79 -
CMYK 0 0.34 0.34 0.53
HSL 358.54º 0.21% 0.39% -
HSV(B) 358.54º 0.34% 0.47% -
XYZ 11.74 9.94 8.7 -
YUV 90.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 119 78 79 0 0.34 0.34 0.53 358.54 0.21 0.39
Hex 77 4E 4F 0 22 22 35 167 15 27
Octal 167 116 117 0 42 42 65 547 25 47
Binary 1110111 1001110 1001111 0 100010 100010 110101 101100111 10101 100111

Color Harmonies of #774E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774E4F

Black with #774E4F

Text Example


Text Example

White with #774E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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