Html Css Color HEX #744F6F Salt Box

📋 copy color: '#744F6F'

red 116 ◦ green 79 ◦ blue 111

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

Shades of Salt Box #744F6F

Tints of Salt Box #744F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

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

R = 37.91%
G = 25.82%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#744F6F (or 0x744F6F) is known color: Salt Box. HEX triplet: 74, 4F and 6F. RGB value is (116,79,111). Sum of RGB (Red+Green+Blue) = 116+79+111=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #744F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #744F6F is #8BB090. Grayscale: #5D5D5D. Windows color (decimal): -9154705 or 7294836. OLE color: 7294836.

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

Color convert

RGB 116 79 111 -
CMYK 0 0.32 0.04 0.55
HSL 308.11º 0.19% 0.38% -
HSV(B) 308.11º 0.32% 0.45% -
XYZ 12.87 10.45 16.38 -
YUV 93.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 116 79 111 0 0.32 0.04 0.55 308.11 0.19 0.38
Hex 74 4F 6F 0 20 4 37 134 13 26
Octal 164 117 157 0 40 4 67 464 23 46
Binary 1110100 1001111 1101111 0 100000 100 110111 100110100 10011 100110

Color Harmonies of #744F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744F6F

Black with #744F6F

Text Example


Text Example

White with #744F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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