Html Css Color HEX #745D6F Salt Box

📋 copy color: '#745D6F'

red 116 ◦ green 93 ◦ blue 111

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

Shades of Salt Box #745D6F

Tints of Salt Box #745D6F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 36.25%
G = 29.06%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#745D6F (or 0x745D6F) is known color: Salt Box. HEX triplet: 74, 5D and 6F. RGB value is (116,93,111). Sum of RGB (Red+Green+Blue) = 116+93+111=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #745D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D6F is #8BA290. Grayscale: #656565. Windows color (decimal): -9151121 or 7298420. OLE color: 7298420.

HSL color Cylindrical-coordinate representation of color #745D6F: hue angle of 313.04º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #745D6F is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 93 111 -
CMYK 0 0.20 0.04 0.55
HSL 313.04º 0.11% 0.41% -
HSV(B) 313.04º 0.2% 0.45% -
XYZ 13.99 12.69 16.75 -
YUV 101.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 116 93 111 0 0.20 0.04 0.55 313.04 0.11 0.41
Hex 74 5D 6F 0 14 4 37 139 B 29
Octal 164 135 157 0 24 4 67 471 13 51
Binary 1110100 1011101 1101111 0 10100 100 110111 100111001 1011 101001

Color Harmonies of #745D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D6F

Black with #745D6F

Text Example


Text Example

White with #745D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D6F; }

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

 H1.HeaderClassName
 {
   color: #745D6F;
 }
 .AnyTagClassName
 {
   color: #745D6F;
 }
</style>

background-color css

<style>
 a { background-color: #745D6F; }

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

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

border-color css

<style>
 span { border-color: #745D6F; }

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

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