Html Css Color HEX #744D6E Salt Box

📋 copy color: '#744D6E'

red 116 ◦ green 77 ◦ blue 110

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

Shades of Salt Box #744D6E

Tints of Salt Box #744D6E

RGB

 RED value IS 116 (45.7% from 255) = 38.28%

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

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

R = 38.28%
G = 25.41%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#744D6E (or 0x744D6E) is known color: Salt Box. HEX triplet: 74, 4D and 6E. RGB value is (116,77,110). Sum of RGB (Red+Green+Blue) = 116+77+110=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #744D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744D6E is #8BB291. Grayscale: #5C5C5C. Windows color (decimal): -9155218 or 7228788. OLE color: 7228788.

HSL color Cylindrical-coordinate representation of color #744D6E: hue angle of 309.23º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744D6E is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 77 110 -
CMYK 0 0.34 0.05 0.55
HSL 309.23º 0.2% 0.38% -
HSV(B) 309.23º 0.34% 0.45% -
XYZ 12.67 10.15 16.04 -
YUV 92.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 116 77 110 0 0.34 0.05 0.55 309.23 0.2 0.38
Hex 74 4D 6E 0 22 5 37 135 14 26
Octal 164 115 156 0 42 5 67 465 24 46
Binary 1110100 1001101 1101110 0 100010 101 110111 100110101 10100 100110

Color Harmonies of #744D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744D6E

Black with #744D6E

Text Example


Text Example

White with #744D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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