Html Css Color HEX #744E6D Salt Box

📋 copy color: '#744E6D'

red 116 ◦ green 78 ◦ blue 109

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

Shades of Salt Box #744E6D

Tints of Salt Box #744E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 38.28%
G = 25.74%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#744E6D (or 0x744E6D) is known color: Salt Box. HEX triplet: 74, 4E and 6D. RGB value is (116,78,109). Sum of RGB (Red+Green+Blue) = 116+78+109=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #744E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744E6D is #8BB192. Grayscale: #5C5C5C. Windows color (decimal): -9154963 or 7163508. OLE color: 7163508.

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

Color convert

RGB 116 78 109 -
CMYK 0 0.33 0.06 0.55
HSL 311.05º 0.2% 0.38% -
HSV(B) 311.05º 0.33% 0.45% -
XYZ 12.69 10.27 15.78 -
YUV 92.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 116 78 109 0 0.33 0.06 0.55 311.05 0.2 0.38
Hex 74 4E 6D 0 21 6 37 137 14 26
Octal 164 116 155 0 41 6 67 467 24 46
Binary 1110100 1001110 1101101 0 100001 110 110111 100110111 10100 100110

Color Harmonies of #744E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744E6D

Black with #744E6D

Text Example


Text Example

White with #744E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,78,109); }

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

background-color css

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

 a { background-color: rgb(116,78,109); }

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

border-color css

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

 span { border-color: rgb(116,78,109); }

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