Html Css Color HEX #774D6C Salt Box

📋 copy color: '#774D6C'

red 119 ◦ green 77 ◦ blue 108

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

Shades of Salt Box #774D6C

Tints of Salt Box #774D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 39.14%
G = 25.33%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#774D6C (or 0x774D6C) is known color: Salt Box. HEX triplet: 77, 4D and 6C. RGB value is (119,77,108). Sum of RGB (Red+Green+Blue) = 119+77+108=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D6C is #88B293. Grayscale: #5D5D5D. Windows color (decimal): -8958612 or 7097719. OLE color: 7097719.

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

Color convert

RGB 119 77 108 -
CMYK 0 0.35 0.09 0.53
HSL 315.71º 0.21% 0.38% -
HSV(B) 315.71º 0.35% 0.47% -
XYZ 12.97 10.31 15.49 -
YUV 93.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 119 77 108 0 0.35 0.09 0.53 315.71 0.21 0.38
Hex 77 4D 6C 0 23 9 35 13C 15 26
Octal 167 115 154 0 43 11 65 474 25 46
Binary 1110111 1001101 1101100 0 100011 1001 110101 100111100 10101 100110

Color Harmonies of #774D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774D6C

Black with #774D6C

Text Example


Text Example

White with #774D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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