Html Css Color HEX #774D6E Salt Box

📋 copy color: '#774D6E'

red 119 ◦ green 77 ◦ blue 110

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

Shades of Salt Box #774D6E

Tints of Salt Box #774D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 38.89%
G = 25.16%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#774D6E (or 0x774D6E) is known color: Salt Box. HEX triplet: 77, 4D and 6E. RGB value is (119,77,110). Sum of RGB (Red+Green+Blue) = 119+77+110=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D6E is #88B291. Grayscale: #5D5D5D. Windows color (decimal): -8958610 or 7228791. OLE color: 7228791.

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

Color convert

RGB 119 77 110 -
CMYK 0 0.35 0.08 0.53
HSL 312.86º 0.21% 0.38% -
HSV(B) 312.86º 0.35% 0.47% -
XYZ 13.08 10.36 16.06 -
YUV 93.32 137.41 146.32 -
System Red Green Blue C M Y K H S L
Decimal 119 77 110 0 0.35 0.08 0.53 312.86 0.21 0.38
Hex 77 4D 6E 0 23 8 35 139 15 26
Octal 167 115 156 0 43 10 65 471 25 46
Binary 1110111 1001101 1101110 0 100011 1000 110101 100111001 10101 100110

Color Harmonies of #774D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D6E

Black with #774D6E

Text Example


Text Example

White with #774D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,77,110); }

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

background-color css

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

 a { background-color: rgb(119,77,110); }

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

border-color css

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

 span { border-color: rgb(119,77,110); }

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