Html Css Color HEX #734D6F Salt Box

📋 copy color: '#734D6F'

red 115 ◦ green 77 ◦ blue 111

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

Shades of Salt Box #734D6F

Tints of Salt Box #734D6F

RGB

 RED value IS 115 (45.31% from 255) = 37.95%

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 37.95%
G = 25.41%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#734D6F (or 0x734D6F) is known color: Salt Box. HEX triplet: 73, 4D and 6F. RGB value is (115,77,111). Sum of RGB (Red+Green+Blue) = 115+77+111=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #734D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D6F is #8CB290. Grayscale: #5C5C5C. Windows color (decimal): -9220753 or 7294323. OLE color: 7294323.

HSL color Cylindrical-coordinate representation of color #734D6F: hue angle of 306.32º 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 #734D6F is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 111 -
CMYK 0 0.33 0.03 0.55
HSL 306.32º 0.2% 0.38% -
HSV(B) 306.32º 0.33% 0.45% -
XYZ 12.59 10.1 16.32 -
YUV 92.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 115 77 111 0 0.33 0.03 0.55 306.32 0.2 0.38
Hex 73 4D 6F 0 21 3 37 132 14 26
Octal 163 115 157 0 41 3 67 462 24 46
Binary 1110011 1001101 1101111 0 100001 11 110111 100110010 10100 100110

Color Harmonies of #734D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D6F

Black with #734D6F

Text Example


Text Example

White with #734D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,77,111); }

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

background-color css

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

 a { background-color: rgb(115,77,111); }

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

border-color css

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

 span { border-color: rgb(115,77,111); }

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