Html Css Color HEX #744B6F Salt Box

📋 copy color: '#744B6F'

red 116 ◦ green 75 ◦ blue 111

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

Shades of Salt Box #744B6F

Tints of Salt Box #744B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.83%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 38.41%
G = 24.83%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#744B6F (or 0x744B6F) is known color: Salt Box. HEX triplet: 74, 4B and 6F. RGB value is (116,75,111). Sum of RGB (Red+Green+Blue) = 116+75+111=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #744B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B6F is #8BB490. Grayscale: #5B5B5B. Windows color (decimal): -9155729 or 7293812. OLE color: 7293812.

HSL color Cylindrical-coordinate representation of color #744B6F: hue angle of 307.32º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B6F is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 75 111 -
CMYK 0 0.35 0.04 0.55
HSL 307.32º 0.21% 0.37% -
HSV(B) 307.32º 0.35% 0.45% -
XYZ 12.59 9.89 16.28 -
YUV 91.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 116 75 111 0 0.35 0.04 0.55 307.32 0.21 0.37
Hex 74 4B 6F 0 23 4 37 133 15 25
Octal 164 113 157 0 43 4 67 463 25 45
Binary 1110100 1001011 1101111 0 100011 100 110111 100110011 10101 100101

Color Harmonies of #744B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744B6F

Black with #744B6F

Text Example


Text Example

White with #744B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,75,111); }

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

background-color css

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

 a { background-color: rgb(116,75,111); }

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

border-color css

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

 span { border-color: rgb(116,75,111); }

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