Html Css Color HEX #744C6B Salt Box

📋 copy color: '#744C6B'

red 116 ◦ green 76 ◦ blue 107

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

Shades of Salt Box #744C6B

Tints of Salt Box #744C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 38.8%
G = 25.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#744C6B (or 0x744C6B) is known color: Salt Box. HEX triplet: 74, 4C and 6B. RGB value is (116,76,107). Sum of RGB (Red+Green+Blue) = 116+76+107=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C6B is #8BB394. Grayscale: #5B5B5B. Windows color (decimal): -9155477 or 7031924. OLE color: 7031924.

HSL color Cylindrical-coordinate representation of color #744C6B: hue angle of 313.5º degrees, saturation: 0.21, 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 #744C6B is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 107 -
CMYK 0 0.34 0.08 0.55
HSL 313.5º 0.21% 0.38% -
HSV(B) 313.5º 0.34% 0.45% -
XYZ 12.44 9.94 15.17 -
YUV 91.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 116 76 107 0 0.34 0.08 0.55 313.5 0.21 0.38
Hex 74 4C 6B 0 22 8 37 13A 15 26
Octal 164 114 153 0 42 10 67 472 25 46
Binary 1110100 1001100 1101011 0 100010 1000 110111 100111010 10101 100110

Color Harmonies of #744C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C6B

Black with #744C6B

Text Example


Text Example

White with #744C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,76,107); }

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

background-color css

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

 a { background-color: rgb(116,76,107); }

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

border-color css

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

 span { border-color: rgb(116,76,107); }

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